This commit is contained in:
2026-01-01 00:13:40 +08:00
parent 5817065860
commit 179f1e1f31
26 changed files with 4932 additions and 805 deletions

View File

@@ -6,6 +6,18 @@ export default defineNuxtConfig({
srcDir: "app",
css: ["./app/assets/css/main.css"],
components: [
{
path: "~/components/content",
extensions: ["vue"],
prefix: "",
},
{
path: "~/components",
extensions: ["vue"],
},
],
future: {
compatibilityVersion: 4,
},
@@ -89,7 +101,7 @@ export default defineNuxtConfig({
dark: "github-dark",
light: "github-light",
},
langs: ["bash", "c"],
langs: ["bash", "c", "python"],
},
remarkPlugins: {
"remark-gfm": {},