mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
fix cdn
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<p><a class="download-link" href="https://nightly.link/spice2x/spice2x.github.io/workflows/ci/main">nightly builds (untested)</a></p>
|
||||
|
||||
<script type="module">
|
||||
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
|
||||
import { Octokit } from "https://esm.sh/octokit";
|
||||
const octokit = new Octokit();
|
||||
const owner = "spice2x";
|
||||
const repo = "spice2x.github.io";
|
||||
|
||||
Reference in New Issue
Block a user