Spaces:
Build error
Build error
| import { Html, Head, Main, NextScript } from 'next/document'; | |
| export default function Document() { | |
| return ( | |
| <Html dir="rtl" lang="fa"> | |
| <Head /> | |
| <body> | |
| <Main /> | |
| <NextScript /> | |
| </body> | |
| > | |
| </Html> | |
| ); | |
| } |