Skip to content

Commit 438bc59

Browse files
committed
chore: updated page to wildcard
1 parent 5116d6d commit 438bc59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ package = "@netlify/plugin-nextjs"
2323
status = 200
2424

2525
[[redirects]]
26-
from = "/contracts/:page"
27-
to = "/contracts/5.x/:page"
26+
from = "/contracts/*"
27+
to = "/contracts/5.x/:splat"
2828
status = 301
2929

3030
# Community Contracts

0 commit comments

Comments
 (0)