This commit is contained in:
@@ -30,7 +30,7 @@ export async function sender(
|
||||
subject,
|
||||
react: template,
|
||||
headers: {
|
||||
'List-Unsubscribe': `<${process.env.HOME_URL}/unsubscribe>`
|
||||
'List-Unsubscribe': `<${process.env.NEXT_PUBLIC_HOME_URL}/unsubscribe>`
|
||||
}
|
||||
});
|
||||
} else {
|
||||
@@ -42,7 +42,7 @@ export async function sender(
|
||||
subject,
|
||||
react: template,
|
||||
headers: {
|
||||
'List-Unsubscribe': `<${process.env.HOME_URL}/unsubscribe>`
|
||||
'List-Unsubscribe': `<${process.env.NEXT_PUBLIC_HOME_URL}/unsubscribe>`
|
||||
}
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user