mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-14 21:09:58 +00:00
738bc88be2
Co-authored-by: userquin <userquin@gmail.com>
12 lines
175 B
TypeScript
Executable file
12 lines
175 B
TypeScript
Executable file
export default defineNuxtConfig({
|
|
extends: '@nuxt-themes/docus',
|
|
|
|
vite: {
|
|
optimizeDeps: {
|
|
include: ['scule'],
|
|
},
|
|
},
|
|
|
|
compatibilityDate: '2024-11-07',
|
|
})
|