* fix: add text/plain;charset;utf-8 header in dev * test: ensure content type for body shorthand * chore: changeset * feat: infer content type by pathname * feat: add charset to prod build handler * test: update for charset in prod build test
5 lines
91 B
Markdown
5 lines
91 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fix: add default content type to endpoints with { body } shorthand
|