mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:53:24 +00:00
16 lines
309 B
TypeScript
Executable File
16 lines
309 B
TypeScript
Executable File
export default defineNuxtConfig({
|
|
// https://github.com/nuxt-themes/docus
|
|
extends: '@nuxt-themes/docus',
|
|
|
|
css: [
|
|
'@/assets/css/main.css',
|
|
],
|
|
|
|
modules: [
|
|
// https://github.com/nuxt-modules/plausible
|
|
'@nuxtjs/plausible',
|
|
// https://github.com/nuxt/devtools
|
|
'@nuxt/devtools'
|
|
]
|
|
})
|