Add tracker

This commit is contained in:
shenjack 2023-12-16 23:57:51 +08:00
parent d6a249a4ab
commit 0d0c3ce082
Signed by: shenjack
GPG Key ID: 7B1134A979775551

14
theme/index.tsx Normal file
View File

@ -0,0 +1,14 @@
import Theme from 'rspress/theme';
const Layout = () => (
<Theme.Layout
bottom = {<script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"token": "d7b5f82b1aed489a98aa1f2ac4ead3b6"}'></script>}
/>
);
export default {
...Theme,
Layout,
};
export * from 'rspress/theme';