From 14de25b0cfd157cdc68d1eb299111f3b25e0694b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Fri, 25 Oct 2019 11:46:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20another=20typo..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/default.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/default.vue b/layouts/default.vue index c6f6f70..00b5f86 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -39,7 +39,7 @@ export default { }, data() { return { - prodBaseUrl = 'https://webgems.io/', + prodBaseUrl: 'https://webgems.io/', showNotice: false, } },