Update the repository url
This commit is contained in:
parent
e799ca420a
commit
2961b87eb2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import LayoutComponent from '../components/LayoutComponent.vue';
|
||||||
import ExternalLinkComponent from '../components/ExternalLinkComponent.vue';
|
import ExternalLinkComponent from '../components/ExternalLinkComponent.vue';
|
||||||
|
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const repoUrl = 'https://github.com/breard-r/sake-app';
|
const repoUrl = 'https://git.what.tf/rodolphe/sake-app';
|
||||||
|
|
||||||
const toMainView = () => {
|
const toMainView = () => {
|
||||||
return router.push('/');
|
return router.push('/');
|
||||||
|
|
Loading…
Reference in a new issue