diff --git a/components/Card.vue b/components/Card.vue index 095777a..de6671c 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -24,7 +24,7 @@ export default { let reference = this.$props.title.replace(/ /g, '').toLowerCase() await this.$copyText(`https://webgems.io${currentPath}/#${reference}`) - window.location = `https://webgems.io${currentPath}#${reference}` + window.location = `https://webgems.io${currentPath}/#${reference}` // this.$router.push(`${currentPath}#${reference}`) } catch (e) { console.error(e);