mirror of
https://github.com/p-stream/docs.git
synced 2026-01-11 20:10:34 +00:00
11 lines
291 B
TypeScript
11 lines
291 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',
|
|
],
|
|
});
|