diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 3699e49..c36c983 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: '/', + scope: '/notices/', display: 'standalone', theme_color: '#1e3a5f', background_color: '#1e3a5f',