Skip to content

Commit

Permalink
change for blog index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionandy committed Aug 7, 2023
1 parent b53999c commit e00a297
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cloudfront/fusionauth-website-request-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ var redirectsByPrefix = [

// order matters
var redirectsByRegex = [
['/blog/\\d\\d\\d\\d/\\d\\d/\\d\\d/', '/blog/'],
['^/blog/(category|tags|authors)/([^/]*)$', '$&/'],
['/blog/\\d\\d\\d\\d/\\d\\d/\\d\\d/', '/blog/']
]

var s3Paths = ['/direct-download', '/license'];
Expand Down

0 comments on commit e00a297

Please sign in to comment.