This commit is contained in:
@@ -33,7 +33,7 @@ const Unsubscribe = () => {
|
||||
'@type': 'WebSite',
|
||||
name: 'Hackernews Newsletter',
|
||||
title: 'Unsubscribe',
|
||||
url: `${process.env.HOME_URL}/unsubscribe`
|
||||
url: `${process.env.NEXT_PUBLIC_HOME_URL}/unsubscribe`
|
||||
};
|
||||
|
||||
const form = useForm<UnsubscribeFormType>({
|
||||
|
||||
Reference in New Issue
Block a user