build problem leider noch da, steigen aber bald auf docker repo um um custom image zu haben hier im git
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { Metadata } from 'next'
|
||||
import Script from 'next/script'
|
||||
import './globals.css'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@@ -20,6 +21,12 @@ export default function RootLayout({
|
||||
</head>
|
||||
<body>
|
||||
{children}
|
||||
{/* Rybbit Analytics */}
|
||||
<Script
|
||||
src="https://rybbit.doing-it.de/api/script.js"
|
||||
data-site-id="733537db4b78"
|
||||
strategy="afterInteractive"
|
||||
/>
|
||||
{/* Live Chat Integration - Platzhalter für Tawk.to, Crisp oder Intercom */}
|
||||
{/*
|
||||
<script dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user