diff --git a/nuxt.config.ts b/nuxt.config.ts index 3ed3dfb..d7b28dc 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -13,6 +13,7 @@ export default defineNuxtConfig({ ssr: false, // Static generation for PWA app: { + baseURL: '/wallet/', head: { htmlAttrs: { lang: 'en' @@ -35,7 +36,7 @@ export default defineNuxtConfig({ theme_color: '#ffffff', background_color: '#ffffff', display: 'standalone', - start_url: '/', + start_url: './', icons: [ { src: '/icon-192x192.png', @@ -50,7 +51,7 @@ export default defineNuxtConfig({ ] }, workbox: { - navigateFallback: '/', + navigateFallback: '/wallet/', globPatterns: ['**/*.{js,css,html,png,svg,ico}'], cleanupOutdatedCaches: true, runtimeCaching: [