upgrade umami

master
Niko PLP 6 months ago
parent 0aeb911f57
commit 0f5bee2aed
  1. 2
      src/config.ts
  2. 2
      src/layouts/MainLayout.astro

@ -7,7 +7,7 @@ export const SITE = {
export const OPEN_GRAPH = { export const OPEN_GRAPH = {
image: { image: {
src: "https://docs.nextgraph.org/public/logo-text.png", src: "https://docs.nextgraph.org/public/logo-text.png",
alt: "NextGraph logo,", alt: "NextGraph logo",
}, },
twitter: "nextgraph", twitter: "nextgraph",
}; };

@ -152,7 +152,7 @@ const githubEditUrl = `${CONFIG.GITHUB_EDIT_URL}/${currentFile}`;
import.meta.env.MODE != "development" && ( import.meta.env.MODE != "development" && (
<Umami <Umami
dataId="20626904-aeef-44b5-b016-2459fe244d80" dataId="20626904-aeef-44b5-b016-2459fe244d80"
site="https://log.nextgraph.org/umami.js" site="https://log.nextgraph.org/script.js"
/> />
) )
} }

Loading…
Cancel
Save