feat: make markdown work

dear lord
This commit is contained in:
2022-07-22 15:32:00 -04:00
parent 9c6b91c562
commit 92d0d70760
15 changed files with 262 additions and 134 deletions

View File

@@ -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",
},
},
});