Skip to content

Commit

Permalink
Merge pull request #87 from wedinc/redirect_index
Browse files Browse the repository at this point in the history
Redirect /
  • Loading branch information
knu authored Jul 4, 2024
2 parents 33bf49d + 306892d commit d11ebee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/redirects.global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const zennBlogUrl = () => "https://zenn.dev/p/wed_engineering";
const zennArticleUrl = (slug) => new URL(slug, "https://zenn.dev/wed_engineering/articles/").toString();

const redirects = {
// "" => zennBlogUrl(),
"": zennBlogUrl(),
// "2018-19-tech-timeline": zennArticleUrl(""),
// "2020-tech-timeline": zennArticleUrl(""),
// "2023-gig": zennArticleUrl(""),
Expand Down

0 comments on commit d11ebee

Please sign in to comment.