pngwn / MDsveX

A markdown preprocessor for Svelte.
https://mdsvex.pngwn.io
MIT License
2.27k stars 96 forks source link

Fix playground #562

Closed pngwn closed 5 months ago

changeset-bot[bot] commented 5 months ago

⚠️ No Changeset found

Latest commit: 7af55041c826bf8139b1ca4c1152fbbf649d978e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

cloudflare-pages[bot] commented 5 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7af5504
Status: ✅  Deploy successful!
Preview URL: https://f3ce39dd.mdsvex.pages.dev
Branch Preview URL: https://fix-playground.mdsvex.pages.dev

View logs

pngwn commented 5 months ago

ok this seems to work.

brittharr commented 5 months ago

Hi! 🤗 sorry if I'm missing something but is this released to https://mdsvex.com/playground yet?

// this ⬇️ is what I see in the source code
{packagesUrl: i="https://unpkg.com"} = t, {svelteUrl: c=`${i}/svelte`}

// but I would expect this ⬇️ from this PR
{packagesUrl: i="https://unpkg.com"} = t, {svelteUrl: c=`${i}/svelte@3.59.2`}
pngwn commented 5 months ago

Hey hey. It looks like my redirect isnt working. I'll take a look at that.

The correct url is here and should be working: https://mdsvex.pngwn.io/playground

pngwn commented 5 months ago

Thanks for flagging this!

pngwn commented 5 months ago

Okay, should be working now. All urls should go to mdsvex.pngwn.io

brittharr commented 5 months ago

Aha!! That would it explain it, thanks for fixing 😄