all repos — homestead @ 98986576c26b04ef5a984637066348513161224e

Code for my website

add trailing slash to base URL

Alan Pearce
commit

98986576c26b04ef5a984637066348513161224e

parent

741cc4bfb98b4a40dc5412e4430b86acfbdc4738

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M fly.tomlfly.toml
@@ -9,7 +9,7 @@
[env] TZ = "Europe/Berlin" GOMEMLIMIT = "200MiB" -WEBSITE_BASE_URL = "https://alanpearce.eu" +WEBSITE_BASE_URL = "https://alanpearce.eu/" WEBSITE_CALENDAR_URL = "https://cal.alin.ovh/alin.ics" WEBSITE_GOATCOUNTER_URL = "https://stats.alin.ovh/" # WEBSITE_GOATCOUNTER_TOKEN = <fly secret>