Skip to content

Commit

Permalink
Prerender /
Browse files Browse the repository at this point in the history
  • Loading branch information
jphetphoumy committed May 6, 2024
1 parent 7bb9d33 commit a9a095d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineNuxtConfig({
css: ['~/assets/css/main.css'],
modules: ["@nuxt/content"],
routeRules: {
'/': { prerender: true },
'/api/**': { prerender: true }
},
content: {
Expand Down

0 comments on commit a9a095d

Please sign in to comment.