Skip to content

Commit

Permalink
Merge pull request #1748 from reatlat/fix-authors-permalinks-for-verc…
Browse files Browse the repository at this point in the history
…el-hosting

Fix Author Permalink Structure for Consistency and SEO on 11ty Site
  • Loading branch information
zachleat authored Jan 2, 2025
2 parents 508e420 + 8d397b8 commit 55a3f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authors/author-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pagination:
alias: author
resolve: values
generatePageOnEmptyData: true
permalink: "/authors/{{ author.name }}/"
permalink: "/authors/{{ author.name | slugify }}/"
excludeFromSearch: true
layout: layouts/docs.njk
---
Expand Down

0 comments on commit 55a3f81

Please sign in to comment.