fix: modules mutation, updated dummy content (#165)
* fix: modules mutation, updated dummy content * fix: 404 page * feat: added plausible script * feat: added plausible to doc
This commit is contained in:
parent
1b7fb358fc
commit
9737b80dcb
12 changed files with 6724 additions and 51 deletions
|
|
@ -35,6 +35,11 @@ export default function App({ Component, pageProps }) {
|
|||
<Component {...pageProps} />
|
||||
</Layout>
|
||||
</MDXProvider>
|
||||
<script
|
||||
defer
|
||||
data-domain="docs.plane.so"
|
||||
src="https://plausible.io/js/script.js"
|
||||
></script>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue