Skip to content

Commit

Permalink
added slash
Browse files Browse the repository at this point in the history
  • Loading branch information
theorm committed Oct 3, 2024
1 parent f0435d2 commit b729f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/CopyToClipboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export default {
widgetLink() {
const { base: urlPrefix } = this.$router.options.history
const formattedUrlPrefix = urlPrefix.startsWith('/') ? urlPrefix : `/${urlPrefix}`
return `${window.location.origin}${formattedUrlPrefix}widget/#/p/${this.article.pages[0]?.uid}/a/${this.article.uid}/?${this.customisation}`
return `${window.location.origin}${formattedUrlPrefix}/widget/#/p/${this.article.pages[0]?.uid}/a/${this.article.uid}/?${this.customisation}`
}
},
mounted() {
Expand Down

0 comments on commit b729f10

Please sign in to comment.