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.
2 parents 33bf49d + 306892d commit d11ebeeCopy full SHA for d11ebee
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