diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-28 09:40:16 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-28 09:40:16 +0700 |
| commit | b1bab1dd068816967a8348875c421479eba4d138 (patch) | |
| tree | 61dfc87741e86d9875c22d082ac89806c97c0ef5 /src/pages/_document.jsx | |
| parent | a16ce4541aa640fea26ecbe7a88271bc9efda479 (diff) | |
add favicon
Diffstat (limited to 'src/pages/_document.jsx')
| -rw-r--r-- | src/pages/_document.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index 1902b6aa..71daaef2 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -5,6 +5,8 @@ export default function MyDocument() { return ( <Html> <Head> + <link rel="icon" href="/favicon.ico" /> + <meta name='facebook-domain-verification' content='328wmjs7hcnz74rwsqzxvq50rmbtm2' /> <Script async |
