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

fix: replace page path with empty.

parent 4ec1fc34
No related branches found
No related tags found
1 merge request!55fix/#105: navigating from tido homepage to website
Pipeline #219160 passed
......@@ -93,7 +93,7 @@ export default {
}),
computed: {
getPath(){
return window?.location?.origin;
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