Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 1a7a4ce

Browse files
committed
fix: pin cap-widget to exact version 0.1.56 instead of @1
- @1 was invalid since cap-widget has no 1.x.x releases (only 0.1.x), causing jsdelivr to serve text/plain which was blocked by nosniff
1 parent 8b3e006 commit 1a7a4ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1010
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet" />
1111
<link rel="stylesheet" href="/css/style.css" />
12-
<script src="https://cdn.jsdelivr.net/npm/cap-widget@1"></script>
12+
<script src="https://cdn.jsdelivr.net/npm/cap-widget@0.1.56"></script>
1313
</head>
1414
<body>
1515

0 commit comments

Comments
 (0)