Skip to content

Commit

Permalink
Merge pull request #21 from erikaheidi/fix-redirect
Browse files Browse the repository at this point in the history
attempt 3 at fixing redirect
  • Loading branch information
erikaheidi authored Jan 16, 2025
2 parents 84f83da + 4e5412d commit 99afd07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion en/public/_redirects
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Netlify Redirects

/guides/minecraft-for-busy-grownups/ /minecraft/introduction-for-busy-grownups/ 301
/guides/minecraft-for-busy-grownups /minecraft/introduction-for-busy-grownups 301!
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[[redirects]]
from = "/guides/minecraft-for-busy-grownups"
to = "/minecraft/introduction-for-busy-grownups"
status = 301
force = true
query = {path = ":path"}

0 comments on commit 99afd07

Please sign in to comment.