From 015cd88ca5f429b8385958c046f480571e848be5 Mon Sep 17 00:00:00 2001 From: brunosimon Date: Wed, 30 Aug 2017 23:07:50 +0200 Subject: [PATCH] :art: Site > Improve URL --- site/src/components/landing/script.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/src/components/landing/script.js b/site/src/components/landing/script.js index 2a290df..982cda8 100644 --- a/site/src/components/landing/script.js +++ b/site/src/components/landing/script.js @@ -7,6 +7,9 @@ export default computed: { quote: () => quotes[Math.floor(quotes.length * Math.random())], - url: () => window.location.href + url() + { + return this.$store.state.url + } } } \ No newline at end of file