Skip to content

Commit

Permalink
fix: update sao link (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppecampanelli committed Feb 10, 2021
1 parent 5000f11 commit 3f548e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-nuxt-app/lib/cli.js
Expand Up @@ -44,7 +44,7 @@ cli

const { verbose, answers } = cliOptions
const logLevel = verbose ? 4 : 2
// See https://saojs.org/api.html#standalone-cli
// See https://sao.vercel.app/api.html#standalone-cli
sao({ generator, outDir, logLevel, answers, cliOptions })
.run()
.catch((err) => {
Expand Down

0 comments on commit 3f548e5

Please sign in to comment.