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