Skip to content

Commit 3329a31

Browse files
author
Neo
committed
[HOTFIX-DOMAIN] badge-widget: normalize openmatrix.io defaults to openmatrix-ai.com
The embed widget's fallback apiBase/verifyBase (and the doc-comment src) used the openmatrix.io variant; the canonical project domain is openmatrix-ai.com. data-api-base/data-verify-base overrides unchanged. Only content edit of the hotfix — the typo string 'openmatrx' had zero content hits repo-wide (see Matrix/DOMAIN_HOTFIX_REPORT.md).
1 parent 1211837 commit 3329a31

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)