Skip to content

Commit c4df9b6

Browse files
committed
chore: update site url
Signed-off-by: neokoni <dulin081682@126.com>
1 parent 1127078 commit c4df9b6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
username: ${{ secrets.SERVER_USERNAME }}
3636
password: ${{ secrets.SERVER_PASSWORD }}
3737
source: dist/*
38-
target: /opt/1panel/www/sites/dev.www.craft233.top/index/
38+
target: /opt/1panel/www/sites/www.craft233.top/index/
3939
rm: true
4040
strip_components: 1
4141

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<meta property="og:locale" content="zh_CN">
1010
<meta property="og:type" content="website">
1111
<meta property="og:title" content="Craft233 - 四周目">
12-
<meta property="og:url" content="https://dev.www.craft233.top">
12+
<meta property="og:url" content="https://www.craft233.top">
1313
<meta property="og:site_name" content="Craft233 - 四周目">
14-
<meta property="og:image" content="https://dev.www.craft233.top/assets/img/week2/town.png">
14+
<meta property="og:image" content="https://www.craft233.top/assets/img/week2/town.png">
1515
<meta property="og:image:width" content="1920">
1616
<meta property="og:width:height" content="1080">
1717
<meta property="og:image:type" content="image/png">

src/content/siteContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export const serverMapContent = {
188188
key: 'lights',
189189
title: '主服网页地图',
190190
description: '查看主世界、城镇与常用设施的整体分布。',
191-
url: 'https://dev.www.craft233.top/map/lights',
191+
url: 'https://www.craft233.top/map/lights',
192192
},
193193
],
194194
} as const

0 commit comments

Comments
 (0)