Skip to content

Commit

Permalink
fix(route): aeon and bjp url
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu committed Nov 26, 2024
1 parent 3471d7b commit 1b277b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/routes/aeon/namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import type { Namespace } from '@/types';

export const namespace: Namespace = {
name: 'AEON',
url: 'aeon.aeon.co',
url: 'aeon.co',
lang: 'en',
};
2 changes: 1 addition & 1 deletion lib/routes/bjp/namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import type { Namespace } from '@/types';

export const namespace: Namespace = {
name: '北京天文馆',
url: 'bjp.org.cn',
url: 'www.bjp.org.cn',
lang: 'zh-CN',
};

0 comments on commit 1b277b3

Please sign in to comment.