Skip to content

Commit

Permalink
chore(route/thepetcity): update namespace language
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu committed Nov 28, 2024
1 parent 4b64e22 commit 6110b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/thepetcity/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: 'PetCity 毛孩日常',
url: 'thepetcity.com',
lang: 'en',
url: 'thepetcity.co',
lang: 'zh-TW',
};

0 comments on commit 6110b9c

Please sign in to comment.