diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-12-16 16:00:41 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-12-16 16:00:41 +0100 |
commit | 9507c165f4ea88ed5e337cb39723c6ee1ac5bf5c (patch) | |
tree | cbf4878bfce78d81c7b668eefcceb51510e51387 | |
parent | 0576a42546aca41a8a361ef9ba1fd706d320ec57 (diff) | |
download | puszcza-9507c165f4ea88ed5e337cb39723c6ee1ac5bf5c.tar.gz puszcza-9507c165f4ea88ed5e337cb39723c6ee1ac5bf5c.zip |
Add trailing slash
-rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |