This commit is contained in:
hailin 2025-03-13 10:37:09 +08:00
parent 53529d1726
commit ec8ce04f6c
2 changed files with 7 additions and 7 deletions

View File

@ -32,10 +32,10 @@ export const metadata: Metadata = {
// template: `JellyAI` // template: `JellyAI`
// }, // },
title: { title: {
template: `%s | JellyAI-一个探索人工智能和区块链的有趣应用`, template: `%s | Cradle-硅基生命的发源地`,
default: `JellyAI`, default: `Cradle`,
}, },
description: `${descriptionRoot("JellyAI")}`, description: `${descriptionRoot("Cradle")}`,
icons: { icons: {
icon: '/favicon.png' icon: '/favicon.png'

View File

@ -107,12 +107,12 @@ const initialMessages: Message[] = [
] ]
export const metadata: Metadata = { export const metadata: Metadata = {
metadataBase: new URL('https://blogai.ai'), metadataBase: new URL('http://localhost'),
title: { title: {
default: 'JellyAI', default: 'Cradle',
template: `JellyAI` template: `Cradle`
}, },
description: 'JellyAI Write AI.', description: 'The OG crib of silicon-based life',
icons: { icons: {
icon: '/favicon.png' icon: '/favicon.png'
} }