Front page UI done

This commit is contained in:
MotorTruck1221
2025-03-22 01:15:24 -06:00
parent a79580155b
commit a119cbd487
3 changed files with 128 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<script>
import { Settings } from "@utils/settings.ts";
const settings = new Settings();
document.addEventListener('astro:after-swap', async () => {
settings.theme();
});