|
|
|
@ -8,7 +8,6 @@ import RightSidebar from "../components/RightSidebar/RightSidebar.astro"; |
|
|
|
|
import * as CONFIG from "../config"; |
|
|
|
|
import type { MarkdownHeading } from "astro"; |
|
|
|
|
import Footer from "../components/Footer/Footer.astro"; |
|
|
|
|
import { Umami } from "astro-analytics"; |
|
|
|
|
|
|
|
|
|
type Props = { |
|
|
|
|
frontmatter: CONFIG.Frontmatter; |
|
|
|
@ -150,9 +149,11 @@ const githubEditUrl = `${CONFIG.GITHUB_EDIT_URL}/${currentFile}`; |
|
|
|
|
<Footer path={currentFile} /> |
|
|
|
|
{ |
|
|
|
|
import.meta.env.MODE != "development" && ( |
|
|
|
|
<Umami |
|
|
|
|
dataId="20626904-aeef-44b5-b016-2459fe244d80" |
|
|
|
|
site="https://log.nextgraph.org/script.js" |
|
|
|
|
<script |
|
|
|
|
defer="" |
|
|
|
|
src="https://log.nextgraph.org/script.js" |
|
|
|
|
host="/script.js" |
|
|
|
|
data-website-id="20626904-aeef-44b5-b016-2459fe244d80" |
|
|
|
|
/> |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|