We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4768f commit b56faedCopy full SHA for b56faed
src/components/seo/index.js
@@ -30,7 +30,7 @@ const Seo = ( { seo, uri } ) => {
30
} = seo || {};
31
32
const currentLocation = 'undefined' !== typeof window ? window.location.origin : null;
33
- const opengraphUrl = ( process.env.NEXT_PUBLIC_NEXTJS_SITE_URL ? process.env.NEXT_PUBLIC_NEXTJS_SITE_URL : currentLocation ) + uri;
+ const opengraphUrl = ( process.env.NEXT_PUBLIC_SITE_URL ? process.env.NEXT_PUBLIC_SITE_URL : currentLocation ) + uri;
34
35
return (
36
<NextSeo
0 commit comments