Skip to content

Commit 379667c

Browse files
committed
chore: 更新后端域名和图床域名
1 parent 090ff0d commit 379667c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vitepress/theme/apis/inter-knot.site/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as reactions from './reactions'
66
import * as translate from './translate'
77
import * as upload from './upload'
88

9-
export const PREFIX_URL = 'https://hub.inter-knot.site/api/'
9+
export const PREFIX_URL = 'https://hub.interknot.site/api/'
1010

1111
export const fetcher = ky.create({
1212
prefixUrl: PREFIX_URL,

.vitepress/theme/apis/inter-knot.site/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { INTER_KNOT } from './api'
22
import type { SSOAuth } from '@/stores/useUserAuth'
33

4-
export const ASSETS_URL_PREFIX = 'https://assets.webp.inter-knot.site/'
4+
export const ASSETS_URL_PREFIX = 'https://webp.assets.interknot.site/'
55

66
export function normalizeImage(image: INTER_KNOT.ImageResponse) {
77
return {

0 commit comments

Comments
 (0)