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 Server Islands in Vercel #11491

Merged
merged 5 commits into from
Jul 18, 2024
Merged

Fix Server Islands in Vercel #11491

merged 5 commits into from
Jul 18, 2024

Conversation

matthewp
Copy link
Contributor

Changes

  • Vercel, and probably other adapters only allow pre-defined routes. This makes it so that the astro:build:done hook includes the _server-islands/ route as part of the route data, which is used to configure available routes.

Testing

  • Test added to Vercel

Docs

N/A, bug fix

Copy link

changeset-bot bot commented Jul 18, 2024

🦋 Changeset detected

Latest commit: 4c43ab7

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: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Jul 18, 2024
@ematipico ematipico merged commit fe3afeb into main Jul 18, 2024
14 checks passed
@ematipico ematipico deleted the si-vercel branch July 18, 2024 15:03
This was referenced Jul 18, 2024
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.

2 participants