fix(server): serve Content-Type headers with static files

This commit is contained in:
Jef Roosens 2025-06-17 15:02:46 +02:00
parent 32a4a88548
commit dd418c872a
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
4 changed files with 24 additions and 13 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.rustybever.be/Chewing_Bever/otter)
## [0.2.1](https://git.rustybever.be/Chewing_Bever/otter/src/tag/0.2.1)
### Fixed
* Serve Content-Type headers for static embedded files
## [0.2.0](https://git.rustybever.be/Chewing_Bever/otter/src/tag/0.2.0)
### Added