mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:13:26 +00:00
12 lines
288 B
TypeScript
12 lines
288 B
TypeScript
export default defineNuxtConfig({
|
|
// https://github.com/nuxt-themes/docus
|
|
extends: '@nuxt-themes/docus',
|
|
devtools: { enabled: true },
|
|
|
|
modules: [
|
|
// Remove it if you don't use Plausible analytics
|
|
// https://github.com/nuxt-modules/plausible
|
|
'@nuxtjs/plausible'
|
|
]
|
|
})
|