mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-16 18:15:32 -04:00
test config changes before messing everything up too much
This commit is contained in:
@@ -18,10 +18,10 @@ const Container = ({ title, description, children }: Props) => {
|
||||
<NextSeo
|
||||
title={title}
|
||||
description={description}
|
||||
canonical={`${config.baseURL}${router.asPath}`}
|
||||
canonical={`${config.baseUrl}${router.asPath}`}
|
||||
openGraph={{
|
||||
title: title,
|
||||
url: `${config.baseURL}${router.asPath}`,
|
||||
url: `${config.baseUrl}${router.asPath}`,
|
||||
}}
|
||||
/>
|
||||
<div className={styles.container}>{children}</div>
|
||||
|
Reference in New Issue
Block a user