mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
12 lines
263 B
TypeScript
12 lines
263 B
TypeScript
// 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",
|
|
},
|
|
},
|
|
});
|