From 8da76c1639e4e5ccfc283f5bd840842816e9664c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 21:58:21 +0000 Subject: [PATCH 1/2] Initial plan From c7a1549311127b4f464b31a800fd22755231c9e4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:00:37 +0000 Subject: [PATCH 2/2] Fix GitHub Pages deployment by adding base URL configuration Co-authored-by: kehwar <45218102+kehwar@users.noreply.github.com> --- nuxt.config.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: [