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`
// },
title: {
template: `%s | JellyAI-一个探索人工智能和区块链的有趣应用`,
default: `JellyAI`,
template: `%s | Cradle-硅基生命的发源地`,
default: `Cradle`,
},
description: `${descriptionRoot("JellyAI")}`,
description: `${descriptionRoot("Cradle")}`,
icons: {
icon: '/favicon.png'

View File

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