Преглед на файлове

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 години
родител
ревизия
009b0fd69c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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