feat: Plausible Analytics (stargirlnails.de) einbinden
Made-with: Cursor
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Stargirlnails" />
|
<meta name="apple-mobile-web-app-title" content="Stargirlnails" />
|
||||||
<title>Stargirlnails Kiel - Terminbuchung</title>
|
<title>Stargirlnails Kiel - Terminbuchung</title>
|
||||||
|
<script defer data-domain="stargirlnails.de" src="https://plausible.elpatron.me/js/script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -42,6 +42,11 @@ export function clientEntry(c: Context<BlankEnv>) {
|
|||||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
data-domain="stargirlnails.de"
|
||||||
|
src="https://plausible.elpatron.me/js/script.js"
|
||||||
|
/>
|
||||||
{cssFiles && cssFiles.map((css: string) => (
|
{cssFiles && cssFiles.map((css: string) => (
|
||||||
<link key={css} rel="stylesheet" href={css} />
|
<link key={css} rel="stylesheet" href={css} />
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user