Kaynağa Gözat

Redirect docs.openzeppelin.org to docs root (#2057)

docs.openzeppelin.org was redirecting to the contracts documentation, instead of the documentation landing
Santiago Palladino 5 yıl önce
ebeveyn
işleme
009b0fd69c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      netlify.toml

+ 1 - 1
netlify.toml

@@ -4,7 +4,7 @@ publish = "docsite-build"
 
 [[redirects]]
   from = "/"
-  to = "https://docs.openzeppelin.com/contracts"
+  to = "https://docs.openzeppelin.com/"
   status = 301
   force = true