feat: add site box
also make mobile easier to see
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { defineNuxtConfig } from "nuxt";
|
||||
import svgLoader from "vite-svg-loader";
|
||||
|
||||
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||||
export default defineNuxtConfig({
|
||||
modules: [
|
||||
@@ -38,5 +37,11 @@ export default defineNuxtConfig({
|
||||
highlight: {
|
||||
theme: "dracula",
|
||||
},
|
||||
markdown: {
|
||||
remarkPlugins: ["remark-reading-time"],
|
||||
},
|
||||
},
|
||||
experimental: {
|
||||
reactivityTransform: true,
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user