change GBadge remote url
All checks were successful
Build and Deploy Next.js + Nginx Docker Image / build-and-deploy (push) Successful in 53s
Build and Deploy Next.js + Nginx Docker Image / deploy (push) Successful in 7s

This commit is contained in:
Mohamadzadeh 2026-07-09 16:05:55 +03:30
parent 56a365c6b4
commit 3ffe5fef67
2 changed files with 2 additions and 2 deletions

2
dist/remote-ui.js vendored
View File

@ -1,6 +1,6 @@
import { jsx as c } from "react/jsx-runtime";
import { useRef as s, useEffect as i } from "react";
const a = "https://uikit.d.aiengines.ir/remote/GBadge.js";
const a = "https://uikit.d.aiengines.ir/GBadge.js";
let n = null;
function u() {
return n || (n = import(

View File

@ -1,6 +1,6 @@
import { useEffect, useRef } from "react";
const REMOTE_URL = "https://uikit.d.aiengines.ir/remote/GBadge.js";
const REMOTE_URL = "https://uikit.d.aiengines.ir/GBadge.js";
let remotePromise = null;