chore: update route rules
This commit is contained in:
@@ -9,24 +9,9 @@ export default defineNuxtConfig({
|
||||
"@vueuse/motion/nuxt",
|
||||
"@nuxt/content",
|
||||
],
|
||||
routeRules: {
|
||||
"/": { isr: true },
|
||||
"/articles": { isr: true },
|
||||
"/articles/*": { isr: true },
|
||||
},
|
||||
content: {
|
||||
markdown: {
|
||||
anchorLinks: false,
|
||||
},
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
script: [
|
||||
{
|
||||
src: "https://cdn.splitbee.io/sb.js",
|
||||
defer: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user