kotx / render

Cloudflare Worker to proxy and cache requests to R2
MIT License
384 stars 85 forks source link

add variable for HTML language declaration? #42

Open catharsis71 opened 7 months ago

catharsis71 commented 7 months ago

the <html> without a language specified causes a WC3 validation warning

image

this should probably default to English (<html lang="en">) since the UI elements are in English, however, a person might want to change it if their filenames are in another language

could this potentially be added as a variable in wrangler.toml