mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Use nuxtjs/mdc to render descriptions
This commit is contained in:
@@ -4,7 +4,7 @@ export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
devtools: { enabled: true },
|
||||
css: ['~/assets/css/main.css'],
|
||||
modules: ['@nuxt/content', '@nuxt/eslint', '@nuxt/image', '@nuxt/ui', 'nuxt-open-fetch'],
|
||||
modules: ['@nuxt/content', '@nuxt/eslint', '@nuxt/image', '@nuxt/ui', 'nuxt-open-fetch', '@nuxtjs/mdc'],
|
||||
devServer: { host: '127.0.0.1' },
|
||||
openFetch: {
|
||||
clients: {
|
||||
@@ -13,4 +13,4 @@ export default defineNuxtConfig({
|
||||
},
|
||||
vite: { plugins: [tailwindcss()] },
|
||||
nitro: { prerender: { failOnError: false } },
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user