got blogs working better, no content shifts + more

This commit is contained in:
Zoe
2022-12-01 00:30:47 -06:00
parent 66aa241a43
commit 5d422a15b3
14 changed files with 145 additions and 126 deletions

View File

@@ -3,6 +3,19 @@ import { defineNuxtConfig } from 'nuxt/config';
export default defineNuxtConfig({
target: 'static',
app: {
head: {
title: 'Juls07',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
// hid is used as unique identifier. Do not use `vmid` for it as it will not work
{ hid: 'description', name: 'description', content: 'Juls07 is a fullstack web developer' }
]
},
},
css: ['~/assets/css/main.css'],
postcss: {
@@ -22,6 +35,7 @@ export default defineNuxtConfig({
content: {
documentDriven: true,
highlight: {
theme: {
default: 'github-dark'