Open
Description
All links no longer work
After clicking on any link if developer console closed I see a 404 page, if open noting happens
My config
AstroPWA({
mode: 'development',
base: '/',
scope: '/',
registerType: 'autoUpdate',
manifest,
includeAssets: ['**/favicons/*.{png,svg,ico,xml}'],
workbox: {
navigateFallback: '/404',
globPatterns: ['**/*.{css,js,html,svg,png,ico,txt}'],
},
devOptions: {
enabled: true,
navigateFallbackAllowlist: [/^\/404$/],
},
}),
Metadata
Assignees
Labels
No labels