Skip to content

Commit

Permalink
Merge pull request #6336 from akatsoulas/permanent-redirect
Browse files Browse the repository at this point in the history
Make topic slug redirect permanent
  • Loading branch information
akatsoulas authored Nov 6, 2024
2 parents ea918f8 + 1a79af0 commit eae560d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kitsune/products/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def document_listing(request, topic_slug, product_slug=None, subtopic_slug=None)
)
redirect_params = {
"topic_slug": old_topic_slug.topic.slug,
"permanent": True,
}

if product_slug:
Expand Down

0 comments on commit eae560d

Please sign in to comment.