Skip to content

Commit

Permalink
Update packages/integrations/node/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
  • Loading branch information
matthewp and sarah11918 authored Nov 28, 2023
1 parent 2f296c8 commit ec4d59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export $(cat .env.runtime) && astro build
#### Assets
In standalone mode assets in your `dist/client/` folder are served via the standalone server. You might be deploying these assets to a CDN, in which case the server will never actually be serving them, but in some cases such as intranet sites it's fine to serve static assets directly from the application server.
In standalone mode, assets in your `dist/client/` folder are served via the standalone server. You might be deploying these assets to a CDN, in which case the server will never actually be serving them. But in some cases, such as intranet sites, it's fine to serve static assets directly from the application server.
Assets in the `dist/client/_astro/` folder are the ones that Astro has built. These assets are all named with a hash and therefore can be given long cache headers. Internally the adapter adds this header for these assets:
Expand Down

0 comments on commit ec4d59e

Please sign in to comment.