Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad authored Dec 12, 2023
1 parent 2cd464d commit 621247f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

* Adding compilation mode in the banner [https://github.com/loco-rs/loco/pull/127](https://github.com/loco-rs/loco/pull/127)
* Support shuttle deployment generator [https://github.com/loco-rs/loco/pull/124](https://github.com/loco-rs/loco/pull/124)
* Adding a static asset middleware which allows to serve static folder/data. Enable this section in config. [https://github.com/loco-rs/loco/pull/134](https://github.com/loco-rs/loco/pull/134)
```yaml
static:
enable: true
# ensure that both the folder.path and fallback file path are existence.
must_exist: true
folder:
uri: "/assets"
path: "frontend/dist"
fallback: "frontend/dist/index.html"
```
## v0.1.6
Expand Down

0 comments on commit 621247f

Please sign in to comment.