diff --git a/public/opensearch.xml b/public/opensearch.xml index 96c5648..a69d877 100644 --- a/public/opensearch.xml +++ b/public/opensearch.xml @@ -2,7 +2,7 @@ 한국 디스코드봇 리스트 국내 디스코드봇을 한 곳에서. UTF-8 - https://beta.koreanbots.dev/logo.png - - https://beta.koreanbots.dev/search + https://koreanbots.dev/logo.png + + https://koreanbots.dev/search diff --git a/utils/Constants.ts b/utils/Constants.ts index a0e32c6..612a541 100644 --- a/utils/Constants.ts +++ b/utils/Constants.ts @@ -190,7 +190,7 @@ export const DiscordEnpoints = { export const KoreanbotsEndPoints = { OG: class { static root = 'https://og.kbots.link' - static origin = 'https://beta.koreanbots.dev' + static origin = 'https://koreanbots.dev' static bot(id: string, name: string, bio: string, tags: string[], stats: string[]) { const u = new URL(this.root) u.pathname = name