mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-13 01:05:37 +02:00
14 lines
326 B
TypeScript
14 lines
326 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'
|
|
],
|
|
|
|
compatibilityDate: '2024-09-29'
|
|
}) |