Skip to content

Commit

Permalink
correct geolocalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakrecoer committed May 17, 2024
1 parent 0069208 commit 210b819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ enableRobotsTXT = "false"

[params.geo]
timezone = "Europe/Netherlands"
lat = "52.39679"
long = "4.87996"
lat = "52.39685"
long = "4.88023"
region = "NL"
street = "Haparandadam 7"
street = "Haparandadam 7-A1"
locality = "Amsterdam"
country = "Netherlands"
postalcode = "1013AK "
Expand Down

0 comments on commit 210b819

Please sign in to comment.