fix broken links
This commit is contained in:
@@ -25,7 +25,7 @@ export default {
|
|||||||
|
|
||||||
await this.$copyText(`https://webgems.io${currentPath}#${reference}`)
|
await this.$copyText(`https://webgems.io${currentPath}#${reference}`)
|
||||||
|
|
||||||
this.$router.push(`https://webgems.io${currentPath}#${reference}`)
|
this.$router.push(`${currentPath}#${reference}`)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user