Last active
January 27, 2020 03:42
-
-
Save osapon/8d91f8c1dc0629401c49731b97e24304 to your computer and use it in GitHub Desktop.
netlify 503 page setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[redirects]] | |
from = "/*" | |
to = "/mente.html" | |
status = 503 | |
force = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment