mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 12:15:06 +01: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'
|
||
|
]
|
||
|
})
|