This commit is contained in:
parent
53529d1726
commit
ec8ce04f6c
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue