fix(docs): bump next.js
version & fix meta warnings (#4327)
* chore(docs): bump `next` version * docs: fix meta warnings
This commit is contained in:
14
docs/pages/_app.mdx
Normal file
14
docs/pages/_app.mdx
Normal file
@@ -0,0 +1,14 @@
|
||||
import {orbitron} from '../font';
|
||||
|
||||
export default function Nextra({Component, pageProps}) {
|
||||
return (
|
||||
<>
|
||||
<style jsx global>{`
|
||||
:root {
|
||||
--font-orbitron: ${orbitron.style.fontFamily};
|
||||
}
|
||||
`}</style>
|
||||
<Component {...pageProps} />
|
||||
</>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user