INIT: initial commit

This commit is contained in:
Fiona Lena Urban 2025-05-20 19:19:49 +02:00
commit bdcf50ca0b
11 changed files with 2353 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: '2025-05-15',
devtools: { enabled: true },
modules: ['@nuxt/eslint', '@nuxt/fonts', '@nuxt/icon']
})