ADD: NuxtContent
For RichText and blog later
This commit is contained in:
parent
9930b39578
commit
73f09ad76e
8 changed files with 3230 additions and 428 deletions
|
@ -8,6 +8,11 @@ export default defineNuxtConfig({
|
|||
enabled: true,
|
||||
},
|
||||
|
||||
components: {
|
||||
global: true,
|
||||
dirs: ['~/components'],
|
||||
},
|
||||
|
||||
nitro: {
|
||||
prerender: {
|
||||
routes: [
|
||||
|
@ -65,7 +70,7 @@ export default defineNuxtConfig({
|
|||
}
|
||||
},
|
||||
|
||||
modules: ['@nuxt/icon', '@nuxt/fonts', '@vueuse/nuxt', '@nuxtjs/seo'],
|
||||
modules: ['@nuxt/icon', '@nuxt/fonts', '@vueuse/nuxt', '@nuxtjs/seo', '@nuxt/content'],
|
||||
|
||||
icon: {
|
||||
customCollections: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue