mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:42 +00:00
fix: correct Content-Type headers for static assets on app.opencode.ai (#6113)
This commit is contained in:
parent
cc39dbedf2
commit
b39cf15833
1 changed files with 17 additions and 0 deletions
17
packages/app/public/_headers
Normal file
17
packages/app/public/_headers
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue