mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-26 20:00:43 +00:00
🌟 Code Cleanup
This commit is contained in:
@@ -2,7 +2,7 @@ import Document from 'next/document'
|
|||||||
import { ServerStyleSheet } from 'styled-components'
|
import { ServerStyleSheet } from 'styled-components'
|
||||||
|
|
||||||
export default class MyDocument extends Document {
|
export default class MyDocument extends Document {
|
||||||
static async getInitialProps(ctx: any) {
|
static async getInitialProps(ctx) {
|
||||||
const sheet = new ServerStyleSheet(),
|
const sheet = new ServerStyleSheet(),
|
||||||
originalRenderPage = ctx.renderPage
|
originalRenderPage = ctx.renderPage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user