Skip to content

Commit 12e3766

Browse files
authored
Update packages/adapter-netlify/index.js
1 parent 4fe2486 commit 12e3766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-netlify/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function get_publish_directory(utils) {
9595
}
9696
if (resolve(netlify_config.build.publish) === process.cwd()) {
9797
throw new Error(
98-
'The publish directory cannot be set to the site root. Please change it to "build" in netlify.toml.'
98+
'The publish directory cannot be set to the site root. Please change it to another value such as "build" in netlify.toml.'
9999
);
100100
}
101101
return netlify_config.build.publish;

0 commit comments

Comments
 (0)