Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correctly handle prerender pages in split mode #7509

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

ematipico
Copy link
Member

Changes

Closes #7466

Pages in buld.split mode are emitted in a different way, and we didn't handle this different way for pre-rendered pages

Testing

Added a couple of test cases

Docs

N/A

@changeset-bot
Copy link

changeset-bot bot commented Jun 28, 2023

🦋 Changeset detected

Latest commit: 0ded7a4

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) pkg: integration Related to any renderer integration (scope) labels Jun 28, 2023
@ematipico ematipico force-pushed the fix/prerender-split-plt-585 branch from e7d3ef7 to 5d66b60 Compare June 28, 2023 10:23
@ematipico ematipico force-pushed the fix/prerender-split-plt-585 branch from 5d66b60 to 0ded7a4 Compare June 28, 2023 10:24
@ematipico ematipico merged commit f4fea3b into main Jun 28, 2023
@ematipico ematipico deleted the fix/prerender-split-plt-585 branch June 28, 2023 12:06
@astrobot-houston astrobot-houston mentioned this pull request Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope) pkg: integration Related to any renderer integration (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSR split seems to not output prerendered html pages
2 participants