We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d73fe8 commit ac4affdCopy full SHA for ac4affd
vercel.prestart.js
@@ -21,6 +21,6 @@ const url = () => {
21
};
22
const vercel_url = url();
23
24
-console.log(`Deploying to ${vercel_url}`);
+console.info(`Deploying to ${vercel_url}`);
25
26
-fs.appendFileSync('.env', `\nVERCEL_URL="${vercel_url}"\n`);
+fs.appendFileSync('.env.local', `\nVERCEL_URL="${vercel_url}"\n`);
0 commit comments