Skip to content

Commit 306892d

Browse files
committed
Redirect /
1 parent 33bf49d commit 306892d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/redirects.global.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const zennBlogUrl = () => "https://zenn.dev/p/wed_engineering";
22
const zennArticleUrl = (slug) => new URL(slug, "https://zenn.dev/wed_engineering/articles/").toString();
33

44
const redirects = {
5-
// "" => zennBlogUrl(),
5+
"": zennBlogUrl(),
66
// "2018-19-tech-timeline": zennArticleUrl(""),
77
// "2020-tech-timeline": zennArticleUrl(""),
88
// "2023-gig": zennArticleUrl(""),

0 commit comments

Comments
 (0)