From fc4b51b4acb15438c8d8d9f118115fda4f24d05c Mon Sep 17 00:00:00 2001 From: Fredrik Kjellman Date: Mon, 8 May 2023 09:14:00 +0200 Subject: [PATCH] update mapping file to fix problems for shh.se --- templates/application/mappingfile-prod.json.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/application/mappingfile-prod.json.erb b/templates/application/mappingfile-prod.json.erb index 2b0b4f4..0f2b606 100644 --- a/templates/application/mappingfile-prod.json.erb +++ b/templates/application/mappingfile-prod.json.erb @@ -9,8 +9,8 @@ "/gih.se$/": "gih.drive.sunet.se", "/gu.se$/": "gu.drive.sunet.se", "/hb.se$/": "hb.drive.sunet.se", - "/shh.se$/": "shh.drive.sunet.se", - "/hh.se$/": "hh.drive.sunet.se", + "/@shh.se$/": "shh.drive.sunet.se", + "/@hh.se$/": "hh.drive.sunet.se", "/hhs.se$/": "hhs.drive.sunet.se", "/hig.se$/": "hig.drive.sunet.se", "/his.se$/": "his.drive.sunet.se",