static routing fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export const prerender = true;
|
||||
|
||||
// Static hosting: emit every page as <path>/index.html so plain file servers
|
||||
// resolve URLs like /weather/week/ without pretty-URL rewrites.
|
||||
export const trailingSlash = 'always';
|
||||
Reference in New Issue
Block a user