From 19147f00165063809794573de4144ad460a377cc Mon Sep 17 00:00:00 2001 From: james hadfield Date: Tue, 9 Apr 2024 14:52:51 +1200 Subject: [PATCH] Add auspice "link out modal" extension See for context --- auspice-client/customisations/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auspice-client/customisations/config.json b/auspice-client/customisations/config.json index 7e66b0bcf..7996fc3de 100644 --- a/auspice-client/customisations/config.json +++ b/auspice-client/customisations/config.json @@ -11,5 +11,6 @@ "navbarComponent": "navbar.js", "splashComponent": "splash.js", "browserTitle": "Nextstrain", - "plausibleDataDomain": "nextstrain.org" + "plausibleDataDomain": "nextstrain.org", + "linkOutModal": true }