Skip to content

Commit 8efbcc2

Browse files
committed
chore: add redirect
added j-alert section so redirect it
1 parent 9dd571a commit 8efbcc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/index.en.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ app.use(async (ctx, next) => {
7171
"/prodb-commercial-disclosure": "https://esolia.co.jp/en/solutions/prodb/commercial-disclosure/",
7272
"/japan-expat-home-setup": "https://esolia.co.jp/en/solutions/japan-expat-home-setup/",
7373
"/success-stories": "https://esolia.co.jp/en/success/",
74+
"/japan-disaster": "https://esolia.co.jp/en/resources/japan/emergency/",
75+
"/japan-contacts": "https://esolia.co.jp/en/resources/japan/contacts/",
76+
"/japan-apps": "https://esolia.co.jp/en/resources/japan/apps/",
77+
"/japan-emergency-broadcast-system-j-alert/": "https://esolia.co.jp/en/resources/japan/j-alert/",
7478
};
7579

7680
if (redirects[normalizedPath]) {

0 commit comments

Comments
 (0)