Skip to content
Snippets Groups Projects
Commit a185b1ee authored by Manikanth Dindigala's avatar Manikanth Dindigala
Browse files

fix: adding a slash key

parent 19feac6a
Branches
Tags
1 merge request!55fix/#105: navigating from tido homepage to website
Pipeline #219161 passed
......@@ -93,7 +93,7 @@ export default {
}),
computed: {
getPath(){
return window?.location?.origin + window?.location?.pathname.replace(this.$route.path,'');
return window?.location?.origin + '/' + window?.location?.pathname.replace(this.$route.path,'');
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment