diff --git a/svelte.config.js b/svelte.config.js index 1cc27d6..8835b87 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -17,6 +17,13 @@ const config = { }, mode: "hash", }, + prerender: { + crawl: true, + entries: [ + "*", + "/totp/[uuid]", + ], + }, }, vitePlugin: { experimental: {