Skip to content

Commit 633bfb5

Browse files
Temporarily set country code
1 parent 9922ab7 commit 633bfb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/lib/getCountryCode.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const isSecurityError = (error: unknown) =>
1515
or if none of those exists, it will call the geo endpoint to fetch it and set it in `GU_geo_country`
1616
*/
1717
export const getLocaleCode = async (): Promise<CountryCode | null> => {
18+
return 'FR';
1819
return getLocale().catch((error) => {
1920
if (isSecurityError(error)) return null;
2021

0 commit comments

Comments
 (0)