diff --git a/src/constants.ts b/src/constants.ts new file mode 100644 index 0000000..e723745 --- /dev/null +++ b/src/constants.ts @@ -0,0 +1 @@ +export const backendUrl = 'http://localhost:5000' diff --git a/src/router/index.ts b/src/router/index.ts index a22ff22..299f3fe 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -18,7 +18,7 @@ const routes: Array = [ { path: '/blog', name: 'Blog', - component: () => import('../views/About.vue') + component: () => import('../views/Blog.vue') }, { path: '/projects', diff --git a/src/views/Blog.vue b/src/views/Blog.vue new file mode 100644 index 0000000..b921d91 --- /dev/null +++ b/src/views/Blog.vue @@ -0,0 +1,68 @@ + + + + +