Skip to content

Commit

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

0 comments on commit 7bb9d33

Please sign in to comment.