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