File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ query {
61
61
import Sidebar from ' @/components/Sidebar'
62
62
import LayoutHeader from ' @/components/LayoutHeader'
63
63
import { MenuIcon , XIcon } from ' vue-feather-icons'
64
+ import { onMounted } from ' vue'
64
65
65
66
export default {
66
67
components: {
@@ -134,6 +135,10 @@ export default {
134
135
}
135
136
},
136
137
}
138
+
139
+ onMounted (() => {
140
+ window .location .replace (' https://bridge-core.app/' )
141
+ })
137
142
</script >
138
143
139
144
<style lang="scss">
Original file line number Diff line number Diff line change 1
- window . location . replace ( 'https://bridge-core.app/' )
2
-
3
1
// This is the main.js file. Import global CSS and scripts here.
4
2
// The Client API can be used here. Learn more: gridsome.org/docs/client-api
5
3
import DefaultLayout from '~/layouts/Default.vue'
You can’t perform that action at this time.
0 commit comments