diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index ca4b7bd..91e0a35 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -12,7 +12,7 @@ export default defineConfig({ name: 'Rate Monitor', short_name: 'Rates', start_url: '/rates/', - scope: '/rates/', + scope: '/', display: 'standalone', theme_color: '#7b4f00', background_color: '#7b4f00',