diff --git a/docs/installation.md b/docs/installation.md index d3b29119ca..0f8901cab5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -19,7 +19,7 @@ Tiptap is framework-agnostic and even works with Vanilla JavaScript (if that’s - [Svelte](/installation/svelte) - [Alpine.js](/installation/alpine) - [PHP](/installation/php) - +- [CDN](/installation/cdn) ### Community efforts diff --git a/docs/installation/cdn.md b/docs/installation/cdn.md index 163ce2b739..e532811e8e 100644 --- a/docs/installation/cdn.md +++ b/docs/installation/cdn.md @@ -1,9 +1,9 @@ # CDN -:::warning -There’s [an issue with skypack](https://github.com/skypackjs/skypack-cdn/issues/159), which causes trouble every now and then. We can’t do much about that for now. -::: -For testing purposes or demos, use our [Skypack](https://www.skypack.dev/) CDN builds. Here are the few lines of code you need to get started: +It's also possible to run Tiptap directly on the browser by using CDNs like [esm.sh](https://esm.sh). +(Unfortunately [Skypack](https://skypack.dev) has not been reliable in our testing). + +## ESM.SH ```html @@ -14,8 +14,8 @@ For testing purposes or demos, use our [Skypack](https://www.skypack.dev/) CDN b