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 0 deletions
Showing only changes of commit fc9fca0ee6 - Show all commits

View File

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

View File

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

View File

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

View File

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

View File

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