diff --git a/components/Card.vue b/components/Card.vue index 96d2c73..7ab7f94 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -25,7 +25,7 @@ export default { await this.$copyText(`https://webgems.io${currentPath}#${reference}`) - this.$router.push(`https://webgems.io${currentPath}#${reference}`) + this.$router.push(`${currentPath}#${reference}`) } catch (e) { console.error(e); }