feat: add 'about' page

This commit is contained in:
Henry Li
2026-02-06 15:18:37 +08:00
parent bc7837ed6f
commit 70989a949e
13 changed files with 675 additions and 22 deletions

View File

@@ -9,6 +9,12 @@ const config = {
devIndicators: false,
turbopack: {
root: import.meta.dirname,
rules: {
"*.md": {
loaders: ["raw-loader"],
as: "*.js",
},
},
},
};