Fix routing during animation
This commit is contained in:
@@ -13,6 +13,11 @@ export default defineConfig({
|
||||
tailwindcss(),
|
||||
VitePWA({
|
||||
registerType: 'prompt',
|
||||
devOptions: {
|
||||
enabled: true,
|
||||
navigateFallback: 'index.html',
|
||||
suppressWarnings: true,
|
||||
},
|
||||
includeAssets: ['favicon.svg', 'app-icon.svg', 'apple-touch-icon.png', 'pwa-192.png', 'pwa-512.png'],
|
||||
manifest: {
|
||||
id: '/',
|
||||
|
||||
Reference in New Issue
Block a user