1
0
mirror of https://github.com/bitwarden/help synced 2025-12-18 09:13:20 +00:00

Update netlify.toml

toml test for redirects
This commit is contained in:
DanHillesheim
2021-09-09 10:19:27 -06:00
parent 898265f11c
commit 8b2fc8e0ca

View File

@@ -14,4 +14,9 @@
# Default build command.
command = "npm run build:prod:sub"
command = "npm run build:prod:sub"
[[redirects]]
from = "/help/article/*"
to = "/help/:splat"