fix(web): remove broken process env reference in SEO page
This commit is contained in:
@@ -267,7 +267,6 @@ export default function SeoProgrammaticPage({
|
||||
const sections = buildSections(page);
|
||||
const relatedPages = getRelatedPages(page, 6);
|
||||
const crossFamilyHubs = getCrossFamilyHubs(family);
|
||||
const lastUpdated = process.env.REACT_APP_SEO_LAST_UPDATED || undefined;
|
||||
|
||||
const structuredData = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user