Skip to content

Commit

Permalink
SSR false
Browse files Browse the repository at this point in the history
  • Loading branch information
jphetphoumy committed May 6, 2024
1 parent 21af561 commit 1726956
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
srr: true,
srr: false,
css: ['~/assets/css/main.css'],
modules: ["@nuxt/content"],
content: {
Expand All @@ -10,10 +10,4 @@ export default defineNuxtConfig({
langs: ['python', 'bash']
}
},
routeRules: {
'/articles/**': { prerender: true },
'/articles': { prerender: true },
'/': { prerender: true },
'/contact': { prerender: true },
}
})

0 comments on commit 1726956

Please sign in to comment.