mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:33:25 +00:00
Initialize docs
This commit is contained in:
11
.docs/nuxt.config.ts
Executable file
11
.docs/nuxt.config.ts
Executable file
@@ -0,0 +1,11 @@
|
||||
export default defineNuxtConfig({
|
||||
// https://github.com/nuxt-themes/docus
|
||||
extends: '@nuxt-themes/docus',
|
||||
|
||||
modules: [
|
||||
// https://github.com/nuxt-modules/plausible
|
||||
'@nuxtjs/plausible',
|
||||
// https://github.com/nuxt/devtools
|
||||
'@nuxt/devtools'
|
||||
]
|
||||
})
|
Reference in New Issue
Block a user