Updating the theme selector and made things look better on mobile

This commit is contained in:
2026-03-05 01:24:20 -06:00
parent f8b9dcce8e
commit afb38aaba6
9 changed files with 109 additions and 151 deletions
+19
View File
@@ -0,0 +1,19 @@
[Unit]
Description=Sludge Link website, built on Sveltekit, compiled into Bun
After=network.target
StartLimitIntervalSec=10
[Service]
Type=simple
User=root
WorkingDirectory=/root/build
Environment="ORIGIN=https://sludge.link"
Environment="NODE_ENV=production"
ExecStart=/root/.bun/bin/bun run index.js
Restart=always
StartLimitBurst=3
[Install]
WantedBy=multi-user.target