MCPcopy Create free account
hub / github.com/antonnell/networklist-org / render

Method render

pages/_document.js:7–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6export default class MyDocument extends Document {
7 render() {
8 return (
9 <Html lang="en">
10 <Head>
11 <link rel="stylesheet" href="/fonts/Inter/Inter.css" />
12 <link rel="stylesheet" href="/fonts/Druk/Druk.css" />
13 </Head>
14 <body>
15 <Main />
16 <NextScript />
17 </body>
18 </Html>
19 );
20 }
21}
22
23// `getInitialProps` belongs to `_document` (instead of `_app`),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected