Fix footer + Add Posts preview + fix header + about + blog + index page

This commit is contained in:
2020-10-29 23:35:18 +01:00
parent 9933439ee8
commit 181ea0bba3
52 changed files with 1514 additions and 219 deletions

View File

@@ -4,6 +4,8 @@ import { interopDefault } from './utils'
import scrollBehavior from './router.scrollBehavior.js'
const _3829e6ee = () => interopDefault(import('..\\src\\templates\\pages\\about.vue' /* webpackChunkName: "templates/pages/about" */))
const _35b3d65e = () => interopDefault(import('..\\src\\templates\\pages\\blog.vue' /* webpackChunkName: "templates/pages/blog" */))
const _12f401b6 = () => interopDefault(import('..\\src\\templates\\pages\\dev.vue' /* webpackChunkName: "templates/pages/dev" */))
const _57e1c1b3 = () => interopDefault(import('..\\src\\templates\\pages\\index.vue' /* webpackChunkName: "templates/pages/index" */))
// TODO: remove in Nuxt 3
@@ -26,6 +28,14 @@ export const routerOptions = {
path: "/about",
component: _3829e6ee,
name: "about"
}, {
path: "/blog",
component: _35b3d65e,
name: "blog"
}, {
path: "/dev",
component: _12f401b6,
name: "dev"
}, {
path: "/",
component: _57e1c1b3,