Skip to content

Commit

Permalink
🔧 (docs) remove linting errors from docs nuxt.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 12, 2021
1 parent f7ff790 commit b8c786a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default withDocus({
const dest = resolve(__dirname, '../.vercel_build_output')
await copy(src, dest)
} catch {
// eslint-disable-next-line no-console
console.log('Issue copying `.vercel_build_output` to project root.')
}
}
Expand Down

0 comments on commit b8c786a

Please sign in to comment.