No description
Find a file
Kumi 7df5eafe5b
fix(proxy): correct URL reference in proxy function
Switched the variable from `url` to `jsdelivr_url` in the proxy function to ensure it references the correct URL. This corrects an oversight that could have resulted in incorrect data being fetched or an error due to an invalid URL. No other functionality is affected.
2024-08-03 16:39:17 +02:00
templates feat: redesign layout with hero section and footer 2024-08-03 11:15:36 +02:00
.gitignore feat: add Flask proxy app for cdn.jsdelivr.net 2024-08-03 08:40:59 +02:00
app.py fix(proxy): correct URL reference in proxy function 2024-08-03 16:39:17 +02:00
requirements.txt feat: add Flask proxy app for cdn.jsdelivr.net 2024-08-03 08:40:59 +02:00