QwikDev / qwik

Instant-loading web apps, without effort
https://qwik.dev
MIT License
20.85k stars 1.31k forks source link

fix: correctly handle MDX layouts #6845

Closed danielvaijk closed 1 month ago

danielvaijk commented 2 months ago

What is it?

Description

This PR has fixes for two things:

  1. I noticed that the link scripts in the package.json were broken since the relative path was incorrect.
  2. A fix for https://github.com/QwikDev/qwik/issues/6844.

Checklist:

changeset-bot[bot] commented 2 months ago

🦋 Changeset detected

Latest commit: 8d9b469c91f1f1226a4e10d08805368c4a08114c

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

This PR includes changesets to release 4 packages | Name | Type | | --------------------- | ----- | | @builder.io/qwik-city | Patch | | eslint-plugin-qwik | Patch | | @builder.io/qwik | Patch | | create-qwik | Patch |

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

pkg-pr-new[bot] commented 2 months ago

Open in Stackblitz

npm i https://pkg.pr.new/@builder.io/qwik@6845
npm i https://pkg.pr.new/@builder.io/qwik-city@6845
npm i https://pkg.pr.new/eslint-plugin-qwik@6845
npm i https://pkg.pr.new/create-qwik@6845

commit: 8d9b469

github-actions[bot] commented 2 months ago
built with Refined Cloudflare Pages Action

âš¡ Cloudflare Pages Deployment

Name Status Preview Last Commit
qwik-docs ✅ Ready (View Log) Visit Preview e53c3296b4b42ec09e251bea5e48e5637aad6837
wmertens commented 1 month ago

@danielvaijk the E2E tests are failing, perhaps you can run them locally to find out the problem?