8 lines
78 B
TypeScript
8 lines
78 B
TypeScript
export default defineNuxtConfig({
|
|
modules: [
|
|
'@nuxt/content'
|
|
],
|
|
|
|
})
|
|
|