Get basic thumbnails working

This commit is contained in:
Dominic Ferrando
2025-04-19 18:46:56 -04:00
parent b785ba0448
commit 9096c00db5
7 changed files with 54 additions and 27 deletions
+1 -2
View File
@@ -20,5 +20,4 @@ db/seed/f:
rm ./internal/database/comfychan.db && sqlite3 ./internal/database/comfychan.db < ./internal/database/seed.sql
img/clear:
rm -f ./web/static/img/posts/full/* || true
rm -f ./web/static/img/posts/thumb/* || true
rm -rf ./web/static/img/posts || true