From 538279ff352a5802aa028983f6654ca6c5da05aa Mon Sep 17 00:00:00 2001
From: David Mendez <dmendez@ebi.ac.uk>
Date: Fri, 26 Mar 2021 13:08:33 -0500
Subject: [PATCH] Try to fix logo img in production

---
 components/Logo.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/Logo.vue b/components/Logo.vue
index 2820bc9..d60dc25 100644
--- a/components/Logo.vue
+++ b/components/Logo.vue
@@ -1,6 +1,6 @@
 <template>
   <v-img
-    :src="require('~/static/img/logo.png')"
+    :src="require('@/static/img/logo.png')"
     max-height="150"
     max-width="200"
   ></v-img>
-- 
GitLab