We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bf49d commit 306892dCopy full SHA for 306892d
middleware/redirects.global.ts
@@ -2,7 +2,7 @@ const zennBlogUrl = () => "https://zenn.dev/p/wed_engineering";
2
const zennArticleUrl = (slug) => new URL(slug, "https://zenn.dev/wed_engineering/articles/").toString();
3
4
const redirects = {
5
- // "" => zennBlogUrl(),
+ "": zennBlogUrl(),
6
// "2018-19-tech-timeline": zennArticleUrl(""),
7
// "2020-tech-timeline": zennArticleUrl(""),
8
// "2023-gig": zennArticleUrl(""),
0 commit comments