Skip to content

Commit 1497124

Browse files
authored
fix: redirect /blog to /posts (#1212)
1 parent ad5ed73 commit 1497124

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/posts.vto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ eleventyImport:
55
eleventyNavigation:
66
key: blog
77
order: 3
8+
redirect_from:
9+
- /blog
810
---
911
<style>{{ include "components/posts.css"}}</style>
1012

0 commit comments

Comments
 (0)