add projects list + update binkies
All checks were successful
/ build (push) Successful in 23s

This commit is contained in:
Soph :3 2025-10-09 19:36:48 +03:00
parent 97a76f2cad
commit c61c0b2d09
6 changed files with 327 additions and 133 deletions

View file

@ -20,7 +20,11 @@ const sssg = new SSSG({
});
const plugins: Plugin[] = [];
let gitLog = "{}";
let gitLog = JSON.stringify({
author: "failed-to-load",
date: new Date(),
commit: "failed-to-load",
});
if (process.argv.includes("--dev")) {
plugins.push(new Dev(sssg));