mirror of https://github.com/elk-zone/elk.git
7 lines
106 B
TypeScript
7 lines
106 B
TypeScript
|
export default defineNuxtConfig({
|
||
|
app: {
|
||
|
baseURL: '/docs',
|
||
|
},
|
||
|
extends: '@nuxt-themes/docus',
|
||
|
})
|