diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-11 22:45:40 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-11 22:45:40 -0400 |
| commit | 92afa6eade1f7a338415511bebdc7406511e3ca9 (patch) | |
| tree | dd9abe771e4d9904d4385cfb01e71923806a96e7 /layouts/default.vue | |
| parent | d6ae6ea661c95dc361588a6f5fb6e3b46eb37b92 (diff) | |
| download | chine-projet-92afa6eade1f7a338415511bebdc7406511e3ca9.tar.gz chine-projet-92afa6eade1f7a338415511bebdc7406511e3ca9.tar.bz2 chine-projet-92afa6eade1f7a338415511bebdc7406511e3ca9.zip | |
Images are now local instead of depending on its original websites
Diffstat (limited to 'layouts/default.vue')
| -rw-r--r-- | layouts/default.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/default.vue b/layouts/default.vue index d075b39..d0c97eb 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -8,11 +8,11 @@ <v-col> <v-btn to="/">Accueil</v-btn> | - <v-btn to="propos-chine">À propos Chine</v-btn> + <v-btn to="/propos-chine">À propos Chine</v-btn> | - <v-btn to="culture">Culture</v-btn> + <v-btn to="/culture">Culture</v-btn> | - <v-btn to="a-propos">À propos</v-btn> + <v-btn to="/a-propos">À propos</v-btn> <br /> <br /> <p> |
