fix: correct Content-Type headers for static assets on app.opencode.ai (#6113)

pull/6158/head
Ahmed Mansour 2025-12-25 03:00:22 +01:00 committed by GitHub
parent 8eac72341f
commit a5301e2ab7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
/assets/*.js
Content-Type: application/javascript
/assets/*.mjs
Content-Type: application/javascript
/assets/*.css
Content-Type: text/css
/*.js
Content-Type: application/javascript
/*.mjs
Content-Type: application/javascript
/*.css
Content-Type: text/css