Skip to content

Commit 2c89c3c

Browse files
authored
Merge pull request #1378 from RocketCommunicationsInc/swap-unpk-for-Jsdlivr---Quick-Start-only
replace unpkg with jsdeliver in quick start instructions and readme
2 parents 12146cb + dbca37f commit 2c89c3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: packages/web-components/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ To get up and running quickly, Astro web components are available via a CDN. Add
1212
/>
1313
<link
1414
rel="stylesheet"
15-
href="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css"
15+
href="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css"
1616
/>
1717
<script
1818
type="module"
19-
src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js"
19+
src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js"
2020
></script>
2121
```
2222

Diff for: packages/web-components/src/stories/astro-uxds/StartHere.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Add the following to your `<head>` in any html file:
2121
/>
2222
<link
2323
rel="stylesheet"
24-
href="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css"
24+
href="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css"
2525
/>
2626
<script
2727
type="module"
28-
src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js"
28+
src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js"
2929
></script>
3030
```
3131

0 commit comments

Comments
 (0)