[md][datahub] updated links from portaljs.org to portaljs.com
This commit is contained in:
@@ -12,7 +12,7 @@ export default function JSONLD({
|
||||
return <></>;
|
||||
}
|
||||
|
||||
const baseUrl = process.env.NEXT_PUBLIC_SITE_URL || 'https://portaljs.org';
|
||||
const baseUrl = process.env.NEXT_PUBLIC_SITE_URL || 'https://portaljs.com';
|
||||
const pageUrl = `${baseUrl}/${meta.urlPath}`;
|
||||
|
||||
const imageMatches = source.match(
|
||||
|
||||
Reference in New Issue
Block a user