mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 10:45:47 +08:00
Update StaticBaseUrl.
This commit is contained in:
parent
e1673c1541
commit
56b2c91217
@ -23,7 +23,8 @@ import {Helmet} from "react-helmet";
|
||||
|
||||
export let ServerUrl = "";
|
||||
|
||||
export const StaticBaseUrl = "https://cdn.jsdelivr.net/gh/casbin/static";
|
||||
// export const StaticBaseUrl = "https://cdn.jsdelivr.net/gh/casbin/static";
|
||||
export const StaticBaseUrl = "https://cdn.casbin.org";
|
||||
|
||||
export function initServerUrl() {
|
||||
const hostname = window.location.hostname;
|
||||
|
Loading…
x
Reference in New Issue
Block a user