all repos — website @ 3a2d198d153efc8a69e7640f7dcde88207268ff3

My website

Replace zola with DOM-based static site generation code

Alan Pearce
commit

3a2d198d153efc8a69e7640f7dcde88207268ff3

parent

9c4fd37c97a87b9d1ab9e65b77e4578936b66323

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M tsconfig.jsontsconfig.json
@@ -15,6 +15,9 @@ "jsx": "preserve",
"allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, + "paths": { + "toml-matter": ["./node_modules/toml-matter"] + }, "types": [ "bun-types" // add Bun global ]