We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fed3e commit cbacef0Copy full SHA for cbacef0
1 file changed
netlify.toml
@@ -14,8 +14,6 @@
14
skipPatterns = [ ".rss", ".gif", ".jpg" ]
15
checkExternal = true
16
17
-
18
19
# Sets our asset optimization
20
[build.processing.css]
21
bundle = true
@@ -41,9 +39,16 @@
41
39
[plugins.inputs.audits]
42
40
output_path = "reports/lighthouse.html"
43
44
45
46
# We need this so preview environments and the base site look ok on their own
+[[redirects]]
+ from = "https://lando-nginx.netlify.app"
+ to = "https://lando-nginx.netlify.app/plugins/nginx/index.html"
+ status = 301
47
+ force = true
48
49
+ from = "https://lando-nginx.netlify.app/*"
50
+ to = "https://docs.lando.dev/:splat"
51
52
[[redirects]]
53
from = "/"
54
to = "/plugins/nginx"
0 commit comments