diff options
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | robots.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 3450dc2..4c9a89a 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ languageCode = "en-gb" -baseurl = "https://www.alanpearce.uk" +baseurl = "https://www.alanpearce.eu" title = "Alan Pearce" theme = "hyde" pygmentsUseClasses = true diff --git a/robots.txt b/robots.txt index bab0950..4acd2e6 100644 --- a/robots.txt +++ b/robots.txt @@ -1,4 +1,4 @@ User-agent: * Disallow: -Host: alanpearce.uk -Sitemap: https://alanpearce.uk/sitemap.xml +Host: alanpearce.eu +Sitemap: https://alanpearce.eu/sitemap.xml |