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

@@ -8,8 +8,9 @@ import NuxtBuildIndicator from './components/nuxt-build-indicator'
import '..\\src\\assets\\css\\tailwind.css'
import _6f6c098b from '..\\src\\templates\\layouts\\default.vue'
import _1a3aec5f from '..\\src\\templates\\layouts\\dev.vue'
const layouts = { "_default": sanitizeComponent(_6f6c098b) }
const layouts = { "_default": sanitizeComponent(_6f6c098b),"_dev": sanitizeComponent(_1a3aec5f) }
export default {
render (h, props) {