Update deps and introduce new article
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: true },
|
||||
|
||||
modules: [
|
||||
"@nuxt/ui",
|
||||
"@nuxt/image",
|
||||
@@ -9,9 +10,12 @@ export default defineNuxtConfig({
|
||||
"@vueuse/motion/nuxt",
|
||||
"@nuxt/content",
|
||||
],
|
||||
|
||||
content: {
|
||||
markdown: {
|
||||
anchorLinks: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
compatibilityDate: "2025-03-15",
|
||||
});
|
||||
Reference in New Issue
Block a user