🎉 Setup ✨ Landing page
This commit is contained in:
20
nuxt.config.ts
Normal file
20
nuxt.config.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: "2025-07-15",
|
||||
devtools: { enabled: true },
|
||||
app: {
|
||||
head: {
|
||||
link: [{ rel: "icon", type: "image/png", href: "/favicon.png" }],
|
||||
},
|
||||
},
|
||||
modules: [
|
||||
"@nuxt/content",
|
||||
"@nuxt/eslint",
|
||||
"@nuxt/image",
|
||||
"@nuxt/scripts",
|
||||
"@nuxtjs/tailwindcss",
|
||||
"nuxtjs-naive-ui",
|
||||
"@vueuse/nuxt",
|
||||
"@eschricht/nuxt-color-mode",
|
||||
],
|
||||
});
|
Reference in New Issue
Block a user