SEO & PWA (#1)
* Initial SEO test * Canonical URL added using envs * OG & Twitter fix * Robots.txt & meta added * Localhost support for canonical url * Initial PWA version * Icons reexported & added maskable
This commit is contained in:
@@ -58,7 +58,7 @@ const Page: FC<InferGetStaticPropsType<typeof getStaticProps>> = ({ home, transl
|
||||
return statusCode ? (
|
||||
<CustomError statusCode={statusCode} />
|
||||
) : (
|
||||
<Layout>
|
||||
<Layout home={home}>
|
||||
<VStack px={[8, null, 24, 40]} w="full">
|
||||
<HStack px={[1, null, 3, 4]} w="full">
|
||||
<LangSelect
|
||||
|
||||
Reference in New Issue
Block a user