This commit is contained in:
yuanhau 2025-05-06 09:19:48 +08:00
commit fe759b4456
10 changed files with 2063 additions and 0 deletions

6
nuxt.config.ts Normal file
View file

@ -0,0 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
devtools: { enabled: true },
modules: ['@nuxt/image']
})