-
Notifications
You must be signed in to change notification settings - Fork 28
Further unpkg for jsdelivr #1381
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
Conversation
|
✅ Deploy Preview for astro-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for astro-stencil ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -1,5 +1,5 @@ | |||
{ | |||
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changeset command still works as expected. However VS code is mad about the URL. I tried clearing the VS code casche and restarting. Any other ideas?
@@ -26,7 +26,7 @@ | |||
|
|||
<script | |||
type="module" | |||
src="https://unpkg.com/@rocketmark/figma-testing-library/dist/figma-testing-library/figma-testing-library.esm.js" | |||
src="https://cdn.jsdelivr.net/npm/@rocketmark/figma-testing-library/dist/figma-testing-library/figma-testing-library.esm.js" | |||
></script> | |||
</head> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/> | ||
<script | ||
type="module" | ||
src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -12,11 +12,11 @@ | |||
/> | |||
<link | |||
rel="stylesheet" | |||
href="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | |||
href="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | |||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -12,7 +12,7 @@ | |||
/> | |||
<link | |||
rel="stylesheet" | |||
href="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | |||
href="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | |||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/> | ||
<script | ||
type="module" | ||
src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/> | ||
<script | ||
type="module" | ||
src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/> | ||
<script | ||
type="module" | ||
src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -20,11 +20,11 @@ Add the following inside your head tag | |||
/> | |||
<link | |||
rel="stylesheet" | |||
href="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | |||
href="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | |||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/> | ||
<script | ||
type="module" | ||
src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brief Description
unpkg
has been unreliable. This PR switches this repo tojsdelivr
JIRA Link
https://rocketcom.atlassian.net/browse/AP-400?linkSource=email
Related Issue
This is the second PR for this change. The first was done to change the customer facing instructions.
#1378
General Notes
unpkg
Motivation and Context
We want to be consistent and only rely on one package for ease of maintenance and reliability.
Issues and Limitations
Types of changes
Checklist