Make images smaller. remove overflow

This commit is contained in:
Dominic Ferrando
2025-04-25 21:09:49 -04:00
parent 0803f2a797
commit 8780554607
5 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ CREATE TABLE IF NOT EXISTS bans (
INSERT INTO boards (slug, name, tag) VALUES
('c', 'Comfy', 'Be comfy, fren'),
('r', 'Robots', ''),
('gn', 'Goon', '');
('r', 'Robots', 'Beep, boop'),
('gn', 'Goon', 'God is watching');
INSERT INTO admins (username, password) VALUES
('admin', '$2a$10$vRP4/9O6SwyUziEUtBLQM.r9C2WujIIZ6yEgqGjhlBaFPvtpfdHPC');