diff --git a/nuxt.config.ts b/nuxt.config.ts index cbbc0ef..b14da21 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -49,6 +49,7 @@ export default defineNuxtConfig({ nitro: { prerender: { + crawlLinks: true, routes: ["/", "/playground", "/buy", "/api/search.json"], }, },