Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: jingyang <3161362058@qq.com>
  • Loading branch information
zjy365 committed Mar 27, 2024
1 parent 7c80a30 commit 73d4d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/desktop/deploy/manifests/deploy.yaml.tmpl
Expand Up @@ -44,7 +44,7 @@ data:
"backgroundImageUrl": '/images/bg-blue.svg',
"imageFallBackUrl": 'logo.svg',
"title": 'Sealos',
"metaTitle": 'sealos Cloud',
"metaTitle": 'Sealos Cloud',
"metaDescription": 'sealos cloud dashboard',
"showGithubStar": true
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/desktop/src/pages/api/platform/getSystemConfig.ts
Expand Up @@ -16,7 +16,7 @@ const defaultConfig: SystemConfigType = {
backgroundImageUrl: '/images/bg-blue.svg',
imageFallBackUrl: 'logo.svg',
title: 'Sealos',
metaTitle: 'sealos Cloud',
metaTitle: 'Sealos Cloud',
metaDescription: 'sealos cloud dashboard',
showGithubStar: true,
isSystemConfigEnabled: true
Expand Down

0 comments on commit 73d4d71

Please sign in to comment.