images working again, featured is broken

This commit is contained in:
2025-06-23 05:16:22 -05:00
parent 23fee50a77
commit 289f2f0ca1
4 changed files with 108 additions and 50 deletions

2
.gitignore vendored
View File

@ -9,6 +9,7 @@ __pycache__/
# Flask/Migrations
#migrations/
instance/
mysql_data/
.env
#.env.*
@ -21,6 +22,7 @@ logs/
# Uploads
app/static/uploads/
static/uploads/
# OS-generated files
.DS_Store