Skip to content

Commit 0904ee5

Browse files
committed
fix: json typo
Replace errant comma to colon
1 parent 336ee96 commit 0904ee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/index.en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ app.use(async (ctx, next) => {
5757
"/training": "https://esolia.co.jp/en/services/outsourcing/training/",
5858
"/helpdesk": "https://esolia.co.jp/en/services/outsourcing/helpdesk/",
5959
"/infrastructure": "https://esolia.co.jp/en/services/infrastructure/",
60-
"/security", "https://esolia.co.jp/en/services/infrastructure/physical-security/",
60+
"/security": "https://esolia.co.jp/en/services/infrastructure/physical-security/",
6161
"/telephone": "https://esolia.co.jp/en/services/infrastructure/telephone/",
6262
"/website-design": "https://esolia.co.jp/en/services/outsourcing/website-design/",
6363
"/localization": "https://esolia.co.jp/en/services/outsourcing/localization/",

0 commit comments

Comments
 (0)