Add tracker
This commit is contained in:
parent
d6a249a4ab
commit
0d0c3ce082
14
theme/index.tsx
Normal file
14
theme/index.tsx
Normal 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';
|
Loading…
Reference in New Issue
Block a user