mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-19 15:55:26 +02:00
fixed apiDomain
This commit is contained in:
parent
2621693f58
commit
786500d233
@ -1,9 +1,8 @@
|
|||||||
import {ReactElement} from "react"
|
import {ReactElement} from "react"
|
||||||
|
|
||||||
export default function ExtensionSignalHandler(): ReactElement {
|
export default function ExtensionSignalHandler(): ReactElement {
|
||||||
const appDomain = import.meta.env.VITE_SERVER_BASE_URL
|
|
||||||
const instanceData = {
|
const instanceData = {
|
||||||
appDomain,
|
apiOrigin: import.meta.env.VITE_SERVER_BASE_URL,
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user