We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29b0bf5 + 981ace0 commit d325fbcCopy full SHA for d325fbc
1 file changed
README.md
@@ -55,7 +55,8 @@ return a `200` status code with an empty HTML page, set the `resilient` flag to
55
true:
56
57
```js
58
-app.get('/*', fastbootMiddleware('/path/to/dist', {
+app.get('/*', fastbootMiddleware({
59
+ distPath: '/path/to/dist',
60
resilient: true
61
}));
62
```
0 commit comments