diff --git a/nuxt.config.ts b/nuxt.config.ts index 22a2f3d5..14392fda 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -22,6 +22,15 @@ export default defineNuxtConfig({ site: { url: 'https://www.lionad.art', }, + nitro: { + prerender: { + crawlLinks: true, + routes: [ + '/', + '/sitemap.xml' + ] + } + }, // @ts-ignore see https://github.com/nuxt-community/feed-module feed: { path: "/rss.xml",