diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index c36c983..3699e49 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -12,7 +12,7 @@ export default defineConfig({ name: 'Noticeboard', short_name: 'Notices', start_url: '/notices/', - scope: '/notices/', + scope: '/', display: 'standalone', theme_color: '#1e3a5f', background_color: '#1e3a5f',