diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-03 10:38:52 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-03 10:38:52 +0700 |
| commit | b4abdb00ef83aa824e8a05d5b75df48adb7b9629 (patch) | |
| tree | 86ce2454793fe31b54a87f151433cbf86dbed134 /src/pages/_document.jsx | |
| parent | 31816dc3a6cb62e1480524c8f0065a7835fefdcd (diff) | |
semi dynamic page
Diffstat (limited to 'src/pages/_document.jsx')
| -rw-r--r-- | src/pages/_document.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index 71daaef2..29d261ea 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -5,8 +5,8 @@ export default function MyDocument() { return ( <Html> <Head> - <link rel="icon" href="/favicon.ico" /> - + <link rel='icon' href='/favicon.ico' /> + <meta name='facebook-domain-verification' content='328wmjs7hcnz74rwsqzxvq50rmbtm2' /> <Script async |
