fix: build errors in docs (#204)
This commit is contained in:
parent
2cb708c63b
commit
143ba75604
18 changed files with 153 additions and 145 deletions
|
|
@ -18,7 +18,7 @@ Router.events.on('routeChangeComplete', onRouteChange)
|
|||
Router.events.on('routeChangeError', onRouteChange)
|
||||
|
||||
export default function App({ Component, pageProps }) {
|
||||
let router = useRouter()
|
||||
const router = useRouter()
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
@ -39,7 +39,7 @@ export default function App({ Component, pageProps }) {
|
|||
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