fix: always have trailing slash, fix navigation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5f6a9ec825
commit
9ae4b740e1
2 changed files with 1 additions and 1 deletions
|
@ -1 +1,2 @@
|
||||||
export const prerender = true;
|
export const prerender = true;
|
||||||
|
export const trailingSlash = 'always';
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
export const trailingSlash = 'always';
|
|
Loading…
Reference in a new issue