No description
Find a file
Kumi ce9e34f55e
fix(proxy): correct URL composition for CDNJS
Updated the URL construction within the proxy function to correctly reference CDNJS URLs. Previously the variable name mistakenly suggested an old CDN (jsdelivr), potentially leading to confusion and incorrect URL referencing. This change ensures accuracy and consistency when fetching and streaming resources.
2024-08-03 16:39:46 +02:00
templates feat: switch CDN from jsdelivr to Cloudflare 2024-08-03 16:12:47 +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 composition for CDNJS 2024-08-03 16:39:46 +02:00
requirements.txt feat: add Flask proxy app for cdn.jsdelivr.net 2024-08-03 08:40:59 +02:00