fix: correct Content-Type headers for static assets on app.opencode.ai (#6113)
parent
8eac72341f
commit
a5301e2ab7
|
|
@ -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
|
||||
Loading…
Reference in New Issue