Skip to content

Commit

Permalink
fix: add prerender entries
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Oct 20, 2022
1 parent af8a3af commit 1307b85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ const config = {
},
mode: "hash",
},
prerender: {
crawl: true,
entries: [
"*",
"/totp/[uuid]",
],
},
},
vitePlugin: {
experimental: {
Expand Down

0 comments on commit 1307b85

Please sign in to comment.