1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

correct content-type for css files

This commit is contained in:
wellenvogel
2021-11-21 18:10:58 +01:00
parent 1805f5578b
commit ef299bd9ba

View File

@@ -163,6 +163,8 @@ def getContentType(fn):
return "application/json"
if (fn.endswith('js')):
return "text/javascript"
if (fn.endswith('css')):
return "text/css"
return "application/octet-stream"
def prebuild(env):