9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-19 14:59:28 +00:00

inline css/svg files to avoid the use of external resources

This commit is contained in:
Anthony Donlon
2025-12-09 23:56:28 +08:00
parent 6a066b5ff8
commit 38d19fa12d
18 changed files with 324 additions and 36 deletions

View File

@@ -20,6 +20,5 @@ Homepage = "https://github.com/donlon/cloudflare-error-page"
[tool.hatch.build]
include = [
"cloudflare_error_page/*.py",
"cloudflare_error_page/resources/*",
"cloudflare_error_page/templates/*",
]