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 f1462fb commit d3089c9Copy full SHA for d3089c9
index.js
@@ -44,7 +44,7 @@ module.exports = {
44
const isAlreadyUsingNextOnNetlify = hasNextOnNetlifyInstalled || hasNextOnNetlifyPostbuildScript
45
if (isAlreadyUsingNextOnNetlify) {
46
return failBuild(
47
- `This plugin does not support apps that manually use next-on-netlify. Uninstall next-on-netlify as a dependency to resolve.`,
+ `This plugin does not support sites that manually use next-on-netlify. Uninstall next-on-netlify as a dependency to resolve.`,
48
)
49
}
50
0 commit comments