mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-26 09:50:32 +01:00
Fix footer + Add Posts preview + fix header + about + blog + index page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user