[+] Life page backend
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
<div id="items" class="fbox-v">
|
||||
<router-link class="router-link" ref="projects" to="/projects">{{ $t('nav.projects') }}</router-link>
|
||||
<div class="dot">·</div>
|
||||
<router-link class="router-link" ref="blog" to="/blog">{{ $t('nav.blog') }}</router-link>
|
||||
<router-link class="router-link" ref="life" to="/life">{{ $t('nav.life') }}</router-link>
|
||||
<div class="dot">·</div>
|
||||
<router-link class="router-link" ref="about" to="/about">{{ $t('nav.about') }}</router-link>
|
||||
<div class="dot">·</div>
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
// export const backendUrl = 'http://localhost:5000'
|
||||
export const backendUrl = ''
|
||||
export const backendUrl = 'https://telegram-api.hydev.org'
|
||||
|
||||
@@ -6,6 +6,7 @@ export const messages = {
|
||||
home: 'Home',
|
||||
about: 'About',
|
||||
blog: 'Blog',
|
||||
life: 'Life',
|
||||
projects: 'Projects',
|
||||
}
|
||||
},
|
||||
|
||||
+3
-3
@@ -21,9 +21,9 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/About.vue')
|
||||
},
|
||||
{
|
||||
path: '/blog',
|
||||
name: 'Blog',
|
||||
component: () => import('../views/Blog.vue')
|
||||
path: '/life',
|
||||
name: 'Life',
|
||||
component: () => import('../views/Life.vue')
|
||||
},
|
||||
{
|
||||
path: '/color',
|
||||
|
||||
Reference in New Issue
Block a user