14 lines
318 B
TypeScript
Executable File
14 lines
318 B
TypeScript
Executable File
export default defineNuxtConfig({
|
|
// https://github.com/nuxt-themes/docus
|
|
extends: '@nuxt-themes/docus',
|
|
app: {
|
|
baseURL: '/ha_samsung_soundbar/',
|
|
},
|
|
modules: [
|
|
// https://github.com/nuxt-modules/plausible
|
|
'@nuxtjs/plausible',
|
|
// https://github.com/nuxt/devtools
|
|
'@nuxt/devtools'
|
|
]
|
|
})
|