feat: changed origin

This commit is contained in:
wonderlandpark 2021-05-29 00:36:54 +09:00
parent b94607ccd7
commit d70185526f
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<ShortName>한국 디스코드봇 리스트</ShortName> <ShortName>한국 디스코드봇 리스트</ShortName>
<Description>국내 디스코드봇을 한 곳에서.</Description> <Description>국내 디스코드봇을 한 곳에서.</Description>
<InputEncoding>UTF-8</InputEncoding> <InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://beta.koreanbots.dev/logo.png</Image> <Image width="16" height="16" type="image/x-icon">https://koreanbots.dev/logo.png</Image>
<Url type="text/html" method="get" template="https://beta.koreanbots.dev/search?q={searchTerms}"/> <Url type="text/html" method="get" template="https://koreanbots.dev/search?q={searchTerms}"/>
<moz:SearchForm>https://beta.koreanbots.dev/search</moz:SearchForm> <moz:SearchForm>https://koreanbots.dev/search</moz:SearchForm>
</OpenSearchDescription> </OpenSearchDescription>

View File

@ -190,7 +190,7 @@ export const DiscordEnpoints = {
export const KoreanbotsEndPoints = { export const KoreanbotsEndPoints = {
OG: class { OG: class {
static root = 'https://og.kbots.link' 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[]) { static bot(id: string, name: string, bio: string, tags: string[], stats: string[]) {
const u = new URL(this.root) const u = new URL(this.root)
u.pathname = name u.pathname = name