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

feat: resolve images through the file systems on applicable runtimes #8698

Merged
merged 3 commits into from
Sep 29, 2023

Conversation

Princesseuh
Copy link
Member

Changes

This adds a Node specific image endpoint that we can use in both dev and Node SSR (only Node adapter right now, could be expanded). On other platforms, we fallback to the same endpoint as before.

Fix #8395
Fix #6128
Fix #5699

Not sure if it also works for #7974, since I cannot reproduce that one. It might though!

Testing

Tests should all pass! I also tested the Node adapter locally and it worked.

Docs

N/A

@changeset-bot
Copy link

changeset-bot bot commented Sep 28, 2023

🦋 Changeset detected

Latest commit: 06d6b84

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 Sep 28, 2023
@Princesseuh Princesseuh changed the title feat: add a node endpoint feat: resolve images through the file systems on applicable runtimes Sep 28, 2023
@Princesseuh Princesseuh merged commit 47ea310 into main Sep 29, 2023
@Princesseuh Princesseuh deleted the fix/local-image-resolution branch September 29, 2023 21:14
@astrobot-houston astrobot-houston mentioned this pull request Sep 29, 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
2 participants