Skip to content

Commit

Permalink
Update packages/astro/src/core/build/buildPipeline.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
  • Loading branch information
ematipico and delucis authored Jan 4, 2024
1 parent b47af21 commit a79a834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/build/buildPipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class BuildPipeline extends Pipeline {
site: manifest.site,
ssr,
// NOTE: there's no need to enable streaming in SSG
streaming: !ssr,
streaming: ssr,
})
);
this.#internals = internals;
Expand Down

0 comments on commit a79a834

Please sign in to comment.