Now with pre-commit hooks, to stop this ridiculousness. Linty fresh. Pretty. And up-to-date dependencies.
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
2026-03-09 21:46:03 -03:00
parent 9e692d072b
commit d4a7fc19b6
56 changed files with 905 additions and 1670 deletions

View File

@@ -2,7 +2,7 @@
/**
* Post-build: generate sitemap.xml from prerendered pages in dist/.
* Scans for index.html (root and under each path), excludes 410 paths.
* Run after vite build and critters, before copy-410-paths so 410 dirs don't exist yet.
* Run after vite build and beasties, before copy-410-paths so 410 dirs don't exist yet.
*/
import fs from 'fs';