diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-02-04 18:16:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 18:16:04 +0100 |
commit | ecb57963bdf5b03b0e02d50126514c0358a83b4d (patch) | |
tree | 900695b2c7acc21783b2c4e10f623f19b4498150 | |
parent | 848b756ee30e053e8157657509307e52f61d5c51 (diff) | |
download | puszcza-ecb57963bdf5b03b0e02d50126514c0358a83b4d.tar.gz puszcza-ecb57963bdf5b03b0e02d50126514c0358a83b4d.zip |
Fix netlify config
-rw-r--r-- | netlify.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml index ab7246c..5f9ef73 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,6 +9,7 @@ command = "npm run build" status = 200 force = true +[[redirects]] from = "/admin/*" to = "https://api-puszcza.netlify.com/admin/:splat" status = 200 |