all repos — homestead @ 4cdd583a5ce9428a3e5211213fc44b09fddba618

Code for my website

Replace zola with DOM-based static site generation code

Alan Pearce
commit

4cdd583a5ce9428a3e5211213fc44b09fddba618

parent

234c9eadf1e7965fc3a6a669696ddae5e2c4ef11

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 ]