Fix a typo in the @astrojs/node documentation (#5364)
This commit is contained in:
parent
3ae2a961b7
commit
06432c71d8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ app.use(ssrHandler);
|
|||
app.listen(8080);
|
||||
```
|
||||
|
||||
Note that middleware mode does not do file servering. You'll need to configure your HTTP framework to do that for you. By default the client assets are written to `./dist/client/`.
|
||||
Note that middleware mode does not do file serving. You'll need to configure your HTTP framework to do that for you. By default the client assets are written to `./dist/client/`.
|
||||
|
||||
### Standalone
|
||||
|
||||
|
|
Loading…
Reference in a new issue