The Svelte 5 SSG migration—we brought sexy back... or to it? Or something...

This commit is contained in:
2026-02-01 02:42:01 -03:00
parent 40b770f8b5
commit 44f6743b45
93 changed files with 6409 additions and 3579 deletions
+5
View File
@@ -0,0 +1,5 @@
(function () {
'use strict';
var el = document.getElementById('copyright-year');
if (el) el.textContent = new Date().getFullYear();
})();