Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ When the browser makes a request to eg: `/admin/dashboard` it will receive the c

All others requests that are not ignored or that matches with `/admin/(.*)` will be proxied to `index.html`.

```
```yaml
# rewrites.yaml
ignore:
- ^(\S+\.(json|html|js|dart|css|png))$
- \.(json|html|js|dart|css|png)$
rewrites:
- rewrite: /admin/(.*)
to: admin.html
Expand Down