Skip to content

Commit

Permalink
Fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Oct 30, 2024
1 parent d7f8f9c commit c80356b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/shelve/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ export default defineNuxtConfig({
routeRules: {
'/': { isr: true, prerender: true },
'/vault': { isr: true, prerender: true },
'/login': { isr: true, prerender: true },
'/app/**': { ssr: false, robots: false },
},

nitro: {
prerender: {
crawlLinks: true,
routes: ['/sitemap.xml']
},
rollupConfig: {
Expand Down

0 comments on commit c80356b

Please sign in to comment.