mirror of
https://github.com/elk-zone/elk
synced 2024-11-23 14:46:08 +09: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',
|
|
})
|