Adds link

This commit is contained in:
Michael Novotny 2023-09-16 20:00:23 -05:00
parent 871f37ee8e
commit 74b7c91ad1
No known key found for this signature in database

View File

@ -22,7 +22,7 @@ export const validateEnvironmentVariables = () => {
if (missingEnvironmentVariables.length) {
throw new Error(
`The following environment variables are missing. Your site will not work without them.\n\n${missingEnvironmentVariables.join(
`The following environment variables are missing. Your site will not work without them. Read more: https://vercel.com/docs/integrations/shopify#configure-environment-variables\n\n${missingEnvironmentVariables.join(
'\n'
)}\n`
);