Skip to content

Commit 8f8db99

Browse files
committed
fix: link
1 parent bd7cdcb commit 8f8db99

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.million/store.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"encodings":[],"reactData":{},"unusedFiles":[],"mtime":null}
1+
{ "encodings": [], "reactData": {}, "unusedFiles": [], "mtime": null }

config/seo.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ export const seo = {
77
keywords: 'zhw blog',
88
word: '沉淀',
99
url: new URL(
10-
process.env.NODE_ENV === 'production'
11-
? 'https://blog-rbtb.vercel.app/'
12-
: 'http://localhost:3000',
10+
process.env.NODE_ENV === 'production' ? 'https://www.zhw.wiki/' : 'http://localhost:3000',
1311
),
1412
} as const;
1513

1614
export const siteUrl = new URL(
17-
process.env.NODE_ENV === 'production' ? 'https://blog-rbtb.vercel.app/' : 'http://localhost:3000',
15+
process.env.NODE_ENV === 'production' ? 'https://www.zhw.wiki/' : 'http://localhost:3000',
1816
);

0 commit comments

Comments
 (0)