Skip to content

Commit b62a4d2

Browse files
committed
[fix] migrate URL Domain
1 parent 073558a commit b62a4d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ deploy:
2424
branch: hexo
2525
skip_cleanup: true
2626
local_dir: public/
27-
fqdn: ${DOMAIN}
27+
fqdn: fcc-cd.dev
2828
target_branch: master
2929
token: ${TOKEN}

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ timezone: Asia/Chongqing
1313

1414
# URL
1515
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
16-
url: https://fcc-cd.tk/
16+
url: https://fcc-cd.dev/
1717
root: /
1818
permalink: :title/
1919
permalink_defaults:
@@ -98,7 +98,7 @@ pwa:
9898
body:
9999
name: freeCodeCamp 成都社区
100100
short_name: FCC 成都
101-
start_url: https://fcc-cd.tk/
101+
start_url: https://fcc-cd.dev/
102102
description: freeCodeCamp 成都社区 官方网站
103103
scope: /
104104
display: standalone

0 commit comments

Comments
 (0)