diff options
| author | kj_sh604 | 2026-02-14 13:47:56 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 13:47:56 -0500 |
| commit | dd07af2c6c4b61590e4a3808f5e4f9d7c13d439a (patch) | |
| tree | 63c86338f5eece26a0d70b093a672e4d4bc3bc4c /out/docs/index.html | |
| parent | 2183e1d8a713c2f49c64b0040107633002f01db8 (diff) | |
refactor: update CDN links now that we have it
Diffstat (limited to 'out/docs/index.html')
| -rw-r--r-- | out/docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/out/docs/index.html b/out/docs/index.html index 8ac7438..ffc559f 100644 --- a/out/docs/index.html +++ b/out/docs/index.html @@ -57,9 +57,9 @@ </header> <div id="link-snippet-container"> - <pre id="link-snippet-auto"><code><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/noir.css@1/out/noir.css"></code></pre> - <pre hidden id="link-snippet-dark"><code><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/noir.css@1/out/dark.css"></code></pre> - <pre hidden id="link-snippet-light"><code><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/noir.css@1/out/light.css"></code></pre> + <pre id="link-snippet-auto"><code><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kj-sh604/noir.css/out/noir.min.css"></code></pre> + <pre hidden id="link-snippet-dark"><code><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kj-sh604/noir.css/out/dark.min.css"></code></pre> + <pre hidden id="link-snippet-light"><code><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kj-sh604/noir.css/out/light.min.css"></code></pre> </div> <h3>Options</h3> |
