websites/packages/ui/nuxt.config.ts
Dominik Milacher 584925e04d
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 2m24s
Set page title and favicon
2025-06-16 10:52:52 +02:00

5 lines
160 B
TypeScript

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
modules: ["@nuxt/icon", "@nuxt/image", "@nuxt/fonts", "@nuxt/ui"]
})