Skip to content

Commit

Permalink
Update packages/adapter-netlify/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Aug 18, 2021
1 parent 4fe2486 commit 12e3766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-netlify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function get_publish_directory(utils) {
}
if (resolve(netlify_config.build.publish) === process.cwd()) {
throw new Error(
'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.'
);
}
return netlify_config.build.publish;
Expand Down

0 comments on commit 12e3766

Please sign in to comment.