feat: convert site to astro via codex

This commit is contained in:
2026-06-08 11:17:39 -07:00
parent f3d3562cec
commit 33e78ff8a5
355 changed files with 19954 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
in
{
overlays.default = final: prev: rec {
nodejs = prev.nodejs;
nodejs = prev.nodejs_22;
yarn = (prev.yarn.override { inherit nodejs; });
};