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

refactor(mdx): add entrypoint as full path file #12533

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

ematipico
Copy link
Member

Changes

Changes the MDX integration to add the renderer entrypoint as a full path file instead of being a specifier. Astro v5 now accepts URL too, so it's a better of passing the correct URL

Testing

The existing CI should pass.
I tested it against this reproduction, by linking @astrojs/mdx package directly to my local version, and running pnpm dev inside the /docs folder. The project compiles and it renders the pages without errors.

Docs

N/A

Copy link

changeset-bot bot commented Nov 26, 2024

🦋 Changeset detected

Latest commit: 3c504e4

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 the pkg: integration Related to any renderer integration (scope) label Nov 26, 2024
@ematipico ematipico merged commit 1b61fdf into next Nov 26, 2024
13 checks passed
@ematipico ematipico deleted the refactor/mdx-entrypoint branch November 26, 2024 11:31
This was referenced Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: integration Related to any renderer integration (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants