fix: rename env var
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m23s

This commit is contained in:
2026-01-29 18:19:00 +01:00
parent e73262b3b3
commit dc3850ac4d
9 changed files with 15 additions and 15 deletions

View File

@@ -86,7 +86,7 @@ const Confirmation = () => {
'@type': 'WebSite',
name: 'Hackernews Newsletter',
title: 'Subscription Confirmation',
url: `${process.env.HOME_URL}/confirmation`
url: `${process.env.NEXT_PUBLIC_HOME_URL}/confirmation`
};
return (