Skip to content

Commit 3a8f6bc

Browse files
author
Neo
committed
Merge hotfix/domain-2026-07 into main (canonical domain openmatrix-ai.com)
2 parents 1211837 + 3329a31 commit 3a8f6bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

web/badge-widget.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Self-contained, zero-dependency embeddable widget.
55
* Projects include:
6-
* <script src="https://api.openmatrix.io/badge/widget.js"
6+
* <script src="https://api.openmatrix-ai.com/badge/widget.js"
77
* data-badge="GLASSWING-2026-0001"></script>
88
*
99
* The widget renders an inline badge that links to the full
@@ -30,10 +30,10 @@
3030

3131
var apiBase =
3232
currentScript.getAttribute("data-api-base") ||
33-
"https://api.openmatrix.io";
33+
"https://api.openmatrix-ai.com";
3434
var verifyBase =
3535
currentScript.getAttribute("data-verify-base") ||
36-
"https://openmatrix.io";
36+
"https://openmatrix-ai.com";
3737

3838
// ── Create a scoped container ────────────────────────────────
3939

0 commit comments

Comments
 (0)