Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit e8f7c8f

Browse files
committed
Change domain to de.coronastatus.eu
Unfortunately coronastatus.de is already taken. As a bonus, the pattern {country}.coronastatus.eu gives us a fall-back for all european countries where the domain is not available.
1 parent 74f5419 commit e8f7c8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/countrySpecific/de/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Config } from '../../domain/types';
22

33
export const countrySpecificConfig: Config = {
4-
BASE_URL: 'coronastatus.de',
4+
BASE_URL: 'de.coronastatus.eu',
55
COUNTRY_CODE: 'de',
66
DB_PATH: './covid_db',
77
LOCALE: 'de-DE',

0 commit comments

Comments
 (0)