No description
Find a file
Kumi 8076dcd937
feat(proxy): return content instead of redirecting
Updated the proxy route to fetch and return the content from
jsdelivr instead of just redirecting to the URL. This change
allows the application to handle and manipulate the content
before sending it to the client, which provides more control
over the data flow.
2024-08-03 16:26:34 +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 feat(proxy): return content instead of redirecting 2024-08-03 16:26:34 +02:00
requirements.txt feat: add Flask proxy app for cdn.jsdelivr.net 2024-08-03 08:40:59 +02:00