mirror of
https://github.com/shishantbiswas/bknd-examples.git
synced 2026-02-28 20:31:14 +00:00
init
This commit is contained in:
11
nuxt.config.ts
Normal file
11
nuxt.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: "2025-07-15",
|
||||
devtools: { enabled: false },
|
||||
modules: ["@nuxtjs/tailwindcss"],
|
||||
app: {
|
||||
head: {
|
||||
title: "Nuxt 🤝 Bknd.io",
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user