From ef525d0ec5296c39ceb534dbd73f042cea171c4f Mon Sep 17 00:00:00 2001
From: David Mendez <dmendez@ebi.ac.uk>
Date: Mon, 14 Feb 2022 13:00:09 +0000
Subject: [PATCH] Sitemap: fix typo

---
 nuxt.config.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nuxt.config.js b/nuxt.config.js
index 780aeec..f68400a 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -120,8 +120,9 @@ export default {
     const targetsRoutes = AllTargetIDs.ids.map(
       (id) => `/target/${id.replace(/\//g, '___')}`
     )
+    const routes = [...compoundsRoutes, ...targetsRoutes]
     return {
-      routes: [compoundsRoutes, ...targetsRoutes],
+      routes,
       hostname: 'https://gateway.eubopen.org/',
       gzip: true,
     }
-- 
GitLab