diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-03-15 15:39:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-15 15:39:24 +0100 |
commit | 43e3e51e0291cebdab57fe2c82bcf3c2ad8603db (patch) | |
tree | 5e513b76cea7cf3cc836c38a7d7074b523ee51bf | |
parent | 156b1982376f7dd1e362b72b3bb649fb5c0f0470 (diff) | |
download | puszcza-43e3e51e0291cebdab57fe2c82bcf3c2ad8603db.tar.gz puszcza-43e3e51e0291cebdab57fe2c82bcf3c2ad8603db.zip |
Fix admin link
-rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index 5f9ef73..75e7a41 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,5 +12,5 @@ command = "npm run build" [[redirects]] from = "/admin/*" to = "https://api-puszcza.netlify.com/admin/:splat" - status = 200 + status = 301 force = true |