This commit is contained in:
@@ -31,7 +31,7 @@ export const Home = () => {
|
||||
'@type': 'WebSite',
|
||||
name: 'Hackernews Newsletter',
|
||||
title: 'Home',
|
||||
url: process.env.HOME_URL
|
||||
url: process.env.NEXT_PUBLIC_HOME_URL
|
||||
};
|
||||
|
||||
const form = useForm<SubscribeFormType>({
|
||||
|
||||
Reference in New Issue
Block a user