Add titles

This commit is contained in:
2025-07-30 01:25:49 +08:00
parent 7f9d241850
commit ea63bcf3b4
6 changed files with 179 additions and 2 deletions

View File

@@ -4,9 +4,32 @@ export default defineNuxtConfig({
devtools: { enabled: true },
app: {
head: {
title: "Solsynth",
titleTemplate: "%s - Solsynth",
link: [{ rel: "icon", type: "image/png", href: "/favicon.png" }],
},
},
nitro: {
preset: "cloudflare_module",
cloudflare: {
deployConfig: true,
wrangler: {
d1_databases: [
{
binding: "DB",
database_name: "capital-content",
database_id: "73d65123-3c42-4dc9-b540-8e89678962a2",
},
],
},
},
},
content: {
database: {
type: "d1",
bindingName: "DB",
},
},
modules: [
"@nuxt/content",
"@nuxt/eslint",