diff --git a/lib/routes/thepetcity/namespace.ts b/lib/routes/thepetcity/namespace.ts index 7c7a989cfea5e5..16789d207a6055 100644 --- a/lib/routes/thepetcity/namespace.ts +++ b/lib/routes/thepetcity/namespace.ts @@ -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', };