✨ Add titles
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user