diff --git a/components/Card.vue b/components/Card.vue index cbe558a..10dc56c 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -18,8 +18,8 @@ export default { let currentPath = this.$router.history.current.path let reference = this.createReferenceTag(this.$props.title) - await this.$copyText(`https://webgems.io${currentPath}/?card=${reference}`) - this.$router.push(`${currentPath}/?card=${reference}`) + await this.$copyText(`https://webgems.io${currentPath}?card=${reference}`) + this.$router.push(`${currentPath}?card=${reference}`) } catch (e) { console.error(e); }