Replace zola with DOM-based static site generation code
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M tsconfig.json → tsconfig.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 ]