Skip to content

Commit

Permalink
error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
rNLKJA committed Jan 1, 2024
1 parent 7606f95 commit e441017
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/_document.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// pages/_document.js
import Document, { Html, Head, Main, NextScript } from "next/document";
import SEOHead from "@/components/specific/SEOHead"; // Import the component

class MyDocument extends Document {
render() {
Expand Down

0 comments on commit e441017

Please sign in to comment.