export default defineNuxtConfig({ css: ["vue-data-ui/style.css"], devtools: { enabled: true }, app: { head: { title: "StatsClub", meta: [ { name: "description", content: "i will stats this club" }, { property: "og:type", content: "website" }, { property: "og:title", content: "StatsClub" }, { property: "og:description", content: "i will stats this club" }, { property: "og:image", content: "https://statsclub.matmanna.dev/og-image.png" }, { property: "og:image:type", content: "image/png" }, { property: "og:image:width", content: "1200" }, { property: "og:image:height", content: "630" }, { name: "twitter:card", content: "summary_large_image" }, { name: "twitter:title", content: "StatsClub" }, { name: "twitter:description", content: "i will stats this club" }, { name: "twitter:image", content: "https://statsclub.matmanna.dev/og-image.png" } ] } }, nitro: { serverAssets: [ { baseName: "db", dir: "server/assets/db" } ] }, compatibilityDate: "2026-04-13" });