From 9507c165f4ea88ed5e337cb39723c6ee1ac5bf5c Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Wed, 16 Dec 2020 16:00:41 +0100 Subject: Add trailing slash --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 1c3bfba..c1ca5fe 100644 --- a/netlify.toml +++ b/netlify.toml @@ -23,6 +23,6 @@ command = "npm run build" [[redirects]] from = "/net" - to = "https://19pdh.github.io/puszczanet" + to = "https://19pdh.github.io/puszczanet/" status = 200 force = true -- cgit 1.4.1