diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-29 17:02:57 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-29 17:02:57 +0700 |
| commit | 72329fb20c3bc7703590b85bd0c42ea32e7cfe61 (patch) | |
| tree | a5ad3074010154cf6d105a81f1175da844c0a798 /src/pages/video.jsx | |
| parent | 0d42449cdd6e53cb8e98555660aefee81997a9d3 (diff) | |
SEO
Diffstat (limited to 'src/pages/video.jsx')
| -rw-r--r-- | src/pages/video.jsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/video.jsx b/src/pages/video.jsx index bfd4a126..7a2a5ecc 100644 --- a/src/pages/video.jsx +++ b/src/pages/video.jsx @@ -1,3 +1,4 @@ +import Seo from '@/core/components/Seo' import Pagination from '@/core/components/elements/Pagination/Pagination' import Spinner from '@/core/components/elements/Spinner/Spinner' import BasicLayout from '@/core/components/layouts/BasicLayout' @@ -16,6 +17,8 @@ export default function Video() { return ( <BasicLayout> + <Seo title='Kanal Video Indoteknik.com' /> + {video.isLoading && ( <div className='flex justify-center my-6'> <Spinner className='w-6 text-gray_r-12/50 fill-gray_r-12' /> |
