|
|
|
@ -148,9 +148,13 @@ const githubEditUrl = `${CONFIG.GITHUB_EDIT_URL}/${currentFile}`; |
|
|
|
|
</aside> |
|
|
|
|
</main> |
|
|
|
|
<Footer path={currentFile} /> |
|
|
|
|
<Umami |
|
|
|
|
dataId="20626904-aeef-44b5-b016-2459fe244d80" |
|
|
|
|
site="https://log.nextgraph.org/umami.js" |
|
|
|
|
/> |
|
|
|
|
{ |
|
|
|
|
import.meta.env.MODE != "development" && ( |
|
|
|
|
<Umami |
|
|
|
|
dataId="20626904-aeef-44b5-b016-2459fe244d80" |
|
|
|
|
site="https://log.nextgraph.org/umami.js" |
|
|
|
|
/> |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|