upgrade umami

master
Niko PLP 2 weeks 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 = {
image: {
src: "https://docs.nextgraph.org/public/logo-text.png",
alt: "NextGraph logo,",
alt: "NextGraph logo",
},
twitter: "nextgraph",
};

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

Loading…
Cancel
Save