getMain #465

Merged
UMBENOMENA merged 18 commits from main into UMBE 2025-03-26 14:33:20 +00:00
5 changed files with 5 additions and 5 deletions
Showing only changes of commit efc1e8329a - Show all commits

View File

@@ -22,7 +22,7 @@ const { title } = Astro.props;
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "http://212.227.61.149:8082/public",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,

View File

@@ -22,7 +22,7 @@ const { title } = Astro.props;
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "http://212.227.61.149:8082/public",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,

View File

@@ -39,7 +39,7 @@ const schema = JSON.stringify({
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "http://212.227.61.149:8082/public",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,

View File

@@ -76,7 +76,7 @@ let lightTheme = Astro.cookies.get("theme")?.value === "light";
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "http://212.227.61.149:8082/public",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,

View File

@@ -23,7 +23,7 @@ import { H } from "highlight.run";
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "http://212.227.61.149:8082/public",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,