mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
Added GitHub contributors to the homepage and and added the the Container CLI section with @DatCaptainHorse . --------- Co-authored-by: Diefferson Koderer Môro <diefferson.moro@gmail.com>
14 lines
347 B
TypeScript
14 lines
347 B
TypeScript
export default defineNuxtConfig({
|
|
// https://github.com/nuxt-themes/docus
|
|
extends: ['@nuxt-themes/docus'],
|
|
components: true,
|
|
|
|
|
|
devtools: { enabled: true },
|
|
|
|
modules: [// Remove it if you don't use Plausible analytics
|
|
// https://github.com/nuxt-modules/plausible
|
|
'@nuxtjs/plausible', '@nuxt/ui'],
|
|
|
|
compatibilityDate: '2024-09-29'
|
|
}) |