Skip to content

Commit

Permalink
https://github.com/ecency/vision-next/issues/253
Browse files Browse the repository at this point in the history
Fixed rewrites for entries with specific tags
  • Loading branch information
dkildar committed Feb 1, 2025
1 parent 9fcc240 commit 20ef859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const config = {
destination: "/community/:community/:tag/:sub"
},
{
source: "/:tag([^@].+)/:community(hive-.+)",
source: "/:tag([^@|\\(hive\\-\\)].+)/:community(hive-.+)",
destination: "/community/:community/:tag"
},
{
Expand Down

0 comments on commit 20ef859

Please sign in to comment.