Skip to content

Commit

Permalink
Make blogs SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Sep 12, 2024
1 parent adcb37d commit b5e53e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt-frontend/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default defineNuxtConfig({
},
routeRules: {
// "/*": { isr: true },
"/blog": { isr: true },
"/blog": { ssr: true },
"/resources": { isr: true },
"/tag/**": { isr: true },
"/author/**": { isr: true },
Expand Down

0 comments on commit b5e53e7

Please sign in to comment.