refactor: remove useless config for absolute paths and improve components exports
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import Document, { Html, Main, NextScript } from 'next/document'
|
||||
|
||||
import CommonHead from '@/components/Head/CommonHead'
|
||||
import { CommonHead } from 'components/Head/CommonHead'
|
||||
|
||||
class MyDocument extends Document {
|
||||
render(): JSX.Element {
|
||||
|
Reference in New Issue
Block a user