fix md href & add static adapter

This commit is contained in:
2024-07-10 23:27:40 +02:00
parent 58c3a00e84
commit 750583a217
12 changed files with 37 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
// This can be false if you're using a fallback (i.e. SPA mode)
export const prerender = true;
export const trailingSlash = 'always';