From 5ddb25c2355c39fb8202260fd9841bad91981e1b Mon Sep 17 00:00:00 2001
From: David Mendez <dmendez@ebi.ac.uk>
Date: Thu, 11 Nov 2021 11:55:30 +0000
Subject: [PATCH] Datasets: hash only state and not url in browse all

---
 nuxt.config.js           | 4 ----
 web-components-submodule | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/nuxt.config.js b/nuxt.config.js
index d457d55..87c9854 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -58,10 +58,6 @@ export default {
       process.env.ENTITY_BROWSER_STATE_URL_TEMPLATE ||
       '/<BROWSER_NAME>/browse/<GENERATED_STATE>',
     canonicalDomain: process.env.CANONICAL_DOMAIN || '0.0.0.0:3000',
-    shortenURLsForEntityBrowser:
-      process.env.SHORTEN_URLS_FOR_ENTITY_BROWSERS == null
-        ? true
-        : process.env.SHORTEN_URLS_FOR_ENTITY_BROWSERS === 'true',
     GOOGLE_ANALYTICS_ID: process.env.GOOGLE_ANALYTICS_ID,
   },
 
diff --git a/web-components-submodule b/web-components-submodule
index 62ebe24..aaf4404 160000
--- a/web-components-submodule
+++ b/web-components-submodule
@@ -1 +1 @@
-Subproject commit 62ebe2448c72d339cf99e007dd02effedee9f823
+Subproject commit aaf440409d746e6e0d7eb5b7441a4675d80507a9
-- 
GitLab