Skip to content

Commit 882c114

Browse files
committed
chore: add redirect
popular blog post redirect to colophon
1 parent fe3d780 commit 882c114

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

static/index.en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ app.use(async (ctx, next) => {
7575
"/japan-contacts": "https://esolia.co.jp/en/resources/japan/contacts/",
7676
"/japan-apps": "https://esolia.co.jp/en/resources/japan/apps/",
7777
"/japan-emergency-broadcast-system-j-alert": "https://esolia.co.jp/en/resources/japan/j-alert/",
78+
"/post/why-did-esolia-choose-hugo": "https://esolia.co.jp/en/technical/colophon/",
7879
};
7980

8081
if (redirects[normalizedPath]) {

0 commit comments

Comments
 (0)