diff --git a/src/components/popups/ShareButtonModal.vue b/src/components/popups/ShareButtonModal.vue index bb761aa..d2c09a0 100644 --- a/src/components/popups/ShareButtonModal.vue +++ b/src/components/popups/ShareButtonModal.vue @@ -9,7 +9,8 @@ export default { let currentUrl = ref(instanceUrl) return { - path: route.fullPath, + // remove any query from the path + path: route.fullPath.split("?")[0], usingTwitchUrl: ref(false), usingTime: ref(false), query: ref(""),