1
0
mirror of https://github.com/bitwarden/help synced 2025-12-19 17:53:15 +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

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