Closed userquin closed 11 months ago
Navigation seems to be broken when changing the url, for example (even with export const trailingSlash = 'never'; in layout):
export const trailingSlash = 'never';
Previous test with disable: true in PWA configuration.
disable: true
Maybe we need a breaking change and update the logic, we should include trailing and no trailing variant per route (html page).
I'll try to run the migration...
SvelteKit 2.0.1 fixes trailing slash: added Playwright offline + trailing slash test
Navigation seems to be broken when changing the url, for example (even with
export const trailingSlash = 'never';
in layout):Previous test with
disable: true
in PWA configuration.Maybe we need a breaking change and update the logic, we should include trailing and no trailing variant per route (html page).
I'll try to run the migration...