Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devs-in-tech/DevsInTech
/
Class
src/pages/_document.js:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
Document, { Head, Html, Main, NextScript } from
"next/document"
;
3
4
class
MyDocument extends Document {
5
render() {
6
return
(
7
<Html>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected