Skip to content

Commit

Permalink
chore: add site prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionad-Morotar committed Mar 31, 2024
1 parent 264b1ee commit ebe2b30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ebe2b30

Please sign in to comment.