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

This commit is contained in:
2026-01-30 23:29:39 -03:00
parent 40b770f8b5
commit 44f6743b45
93 changed files with 6409 additions and 3579 deletions

View File

@@ -0,0 +1,5 @@
(function () {
'use strict';
var el = document.getElementById('copyright-year');
if (el) el.textContent = new Date().getFullYear();
})();