mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Removed custom document
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
import Document_, { Html, Head, Main, NextScript } from 'next/document'
|
||||
|
||||
export default class Document extends Document_ {
|
||||
render() {
|
||||
return (
|
||||
<Html lang="en">
|
||||
<Head />
|
||||
<body>
|
||||
<Main />
|
||||
<NextScript />
|
||||
{/**
|
||||
* Here add your GA and more scripts.
|
||||
*/}
|
||||
</body>
|
||||
</Html>
|
||||
)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user