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 {
6161import Sidebar from ' @/components/Sidebar'
6262import LayoutHeader from ' @/components/LayoutHeader'
6363import { MenuIcon , XIcon } from ' vue-feather-icons'
64+ import { onMounted } from ' vue'
6465
6566export default {
6667 components: {
@@ -134,6 +135,10 @@ export default {
134135 }
135136 },
136137}
138+
139+ onMounted (() => {
140+ window .location .replace (' https://bridge-core.app/' )
141+ })
137142 </script >
138143
139144<style lang="scss">
Original file line number Diff line number Diff line change 1- window . location . replace ( 'https://bridge-core.app/' )
2-
31// This is the main.js file. Import global CSS and scripts here.
42// The Client API can be used here. Learn more: gridsome.org/docs/client-api
53import DefaultLayout from '~/layouts/Default.vue'
You can’t perform that action at this time.
0 commit comments