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 4fe2486 commit 12e3766Copy full SHA for 12e3766
packages/adapter-netlify/index.js
@@ -95,7 +95,7 @@ function get_publish_directory(utils) {
95
}
96
if (resolve(netlify_config.build.publish) === process.cwd()) {
97
throw new Error(
98
- 'The publish directory cannot be set to the site root. Please change it to "build" in netlify.toml.'
+ 'The publish directory cannot be set to the site root. Please change it to another value such as "build" in netlify.toml.'
99
);
100
101
return netlify_config.build.publish;
0 commit comments