diff options
| author | Fuwn <[email protected]> | 2020-11-10 14:52:23 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-10 14:52:23 -0800 |
| commit | 66ac1f97bd1f637a44e638bdc60957e42fd29a81 (patch) | |
| tree | 0a7256275db722639f02706b2528c4ba916f3f42 | |
| parent | fix: redirects (plz) (diff) | |
| download | blog-66ac1f97bd1f637a44e638bdc60957e42fd29a81.tar.xz blog-66ac1f97bd1f637a44e638bdc60957e42fd29a81.zip | |
fix: redirect (plz plz)
| -rw-r--r-- | netlify.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml index e5204e1..f29f5ec 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,4 @@ [[redirects]] from = "/*" to = "/" - status = 200 - force = true + status = 200
\ No newline at end of file |