mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-22 09:25:24 +03:00
6 lines
106 B
TypeScript
Executable file
6 lines
106 B
TypeScript
Executable file
export default defineNuxtConfig({
|
|
app: {
|
|
baseURL: '/docs',
|
|
},
|
|
extends: '@nuxt-themes/docus',
|
|
})
|