Skip to content

Commit

Permalink
changing redirects again
Browse files Browse the repository at this point in the history
  • Loading branch information
sjhuskey committed Nov 13, 2024
1 parent 3ca39e1 commit 1b7a614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redirects.11ty.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Redirects {
size: 1,
alias: "redirect",
},
layout: "layouts/redirects.njk",
layout: "redirects.njk",
eleventyComputed: {
permalink: ({ redirect }) => `${redirect.from}/index.html`,
},
Expand Down

0 comments on commit 1b7a614

Please sign in to comment.