File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.vitepress/theme/apis/inter-knot.site Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import * as reactions from './reactions'
66import * as translate from './translate'
77import * 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
1111export const fetcher = ky . create ( {
1212 prefixUrl : PREFIX_URL ,
Original file line number Diff line number Diff line change 11import type { INTER_KNOT } from './api'
22import 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
66export function normalizeImage ( image : INTER_KNOT . ImageResponse ) {
77 return {
You can’t perform that action at this time.
0 commit comments