Skip to content

Commit 2b7042d

Browse files
committed
docs(README.md): Add information about window.spaConfig property
1 parent cb357d8 commit 2b7042d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Examples for usage with Angular and React are located in the `examples` director
2626
## General Features
2727

2828
- **SPA Routes Handling**: Routes not matching static files will serve `index.html`, with exceptions for resources like `.js`, `.css`, etc.
29-
- **Dynamic Configuration**: Configure applications at container startup.
29+
- **Dynamic Configuration**: Configure your SPA at container startup. The configuration is accessible via `window.spaConfig`.
3030
- **Environment-Specific Config**: Customize settings based on port and domain.
3131
- **Resource Caching**: Hashed resources are cached indefinitely. Resources must include a hash of at least 8 characters.
3232
- **HTTP/2**: Enabled by default for HTTPS connections.

0 commit comments

Comments
 (0)