Skip to content

Commit

Permalink
[fix] Polyfill CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery authored Nov 9, 2022
1 parent 352765e commit 0f0ed8f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@
<meta name="author" content="[email protected]" />

<link rel="manifest" href="index.webmanifest" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/pwacompat.min.js"></script>
<script src="https://polyfill.kaiyuanshe.cn/feature/PWAManifest.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
href="https://unpkg.com/bootstrap@4.6.2/dist/css/bootstrap.min.css"
/>
<script
crossorigin
src="https://polyfill.app/api/polyfill?features=es.string.match-all,es.array.flat,es.object.from-entries,regenerator-runtime"
></script>
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/[email protected]/custom-elements-es5-adapter.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/[email protected]/webcomponents-bundle.min.js"></script>
<script src="https://polyfill.kaiyuanshe.cn/feature/ECMAScript.js"></script>
<script src="https://polyfill.kaiyuanshe.cn/feature/Regenerator.js"></script>
<script src="https://unpkg.com/@webcomponents/[email protected]/custom-elements-es5-adapter.js"></script>
<script src="https://unpkg.com/@webcomponents/[email protected]/webcomponents-bundle.js"></script>

<script src="index.tsx" async></script>
</head>
Expand Down

0 comments on commit 0f0ed8f

Please sign in to comment.