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