We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1211837 + 3329a31 commit 3a8f6bcCopy full SHA for 3a8f6bc
1 file changed
web/badge-widget.js
@@ -3,7 +3,7 @@
3
*
4
* Self-contained, zero-dependency embeddable widget.
5
* Projects include:
6
- * <script src="https://api.openmatrix.io/badge/widget.js"
+ * <script src="https://api.openmatrix-ai.com/badge/widget.js"
7
* data-badge="GLASSWING-2026-0001"></script>
8
9
* The widget renders an inline badge that links to the full
@@ -30,10 +30,10 @@
30
31
var apiBase =
32
currentScript.getAttribute("data-api-base") ||
33
- "https://api.openmatrix.io";
+ "https://api.openmatrix-ai.com";
34
var verifyBase =
35
currentScript.getAttribute("data-verify-base") ||
36
- "https://openmatrix.io";
+ "https://openmatrix-ai.com";
37
38
// ── Create a scoped container ────────────────────────────────
39
0 commit comments