1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-15 05:19:58 +00:00
elk/docs/nuxt.config.ts

12 lines
175 B
TypeScript
Raw Normal View History

2023-01-08 21:42:59 +00:00
export default defineNuxtConfig({
extends: '@nuxt-themes/docus',
vite: {
optimizeDeps: {
include: ['scule'],
},
},
compatibilityDate: '2024-11-07',
2023-01-08 21:42:59 +00:00
})