Skip to content

Commit

Permalink
fix: redirect /startup to /delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed Jan 12, 2024
1 parent ae4a261 commit 054379f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
[context.production]
command = "yarn build && yarn run algolia"

[[redirects]]
from = "/startups"
to = "/delivery"
status = 301
force = false

[[redirects]]
from = "/blog/posts/*"
to = "/blog/:splat"
Expand Down

0 comments on commit 054379f

Please sign in to comment.