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

@@ -7,11 +7,14 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/content": "^2.0.1",
"@nuxt/content": "npm:@nuxt/content-edge@latest",
"@nuxtjs/color-mode": "^3.1.4",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/tailwindcss": "^5.3.0",
"nuxt": "3.0.0-rc.6",
"@tailwindcss/typography": "^0.5.2",
"nuxt": "npm:nuxt3@latest",
"sitemap": "^7.1.1",
"typescript": "^4.7.4",
"vite-svg-loader": "^3.4.0"
}
}