Skip to content

Commit

Permalink
Update _document.js
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-police committed Aug 18, 2024
1 parent a9af824 commit 16402ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/_document.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// @ts-nocheck

// https://nextjs.org/docs/pages/building-your-application/routing/custom-document
import { Html, Head, Main, NextScript } from "next/document"

export default function Document() {
Expand Down

0 comments on commit 16402ec

Please sign in to comment.