feat: make markdown work
dear lord
This commit is contained in:
@@ -5,8 +5,8 @@ import svgLoader from "vite-svg-loader";
|
||||
export default defineNuxtConfig({
|
||||
modules: [
|
||||
"@nuxt/content",
|
||||
"@nuxtjs/color-mode",
|
||||
"@nuxtjs/tailwindcss",
|
||||
"@nuxtjs/color-mode",
|
||||
"@nuxtjs/sitemap",
|
||||
],
|
||||
nitro: {
|
||||
@@ -33,4 +33,10 @@ export default defineNuxtConfig({
|
||||
],
|
||||
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" }],
|
||||
},
|
||||
content: {
|
||||
documentDriven: false,
|
||||
highlight: {
|
||||
theme: "dracula",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user