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