Skip to content

Commit

Permalink
fix: update splash for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 25, 2023
1 parent fc8a2c3 commit 8cd229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default defineNuxtModule<ModuleOptions>({
if (!upToDate)
logger.log(`${chalk.gray(' ├─ ')}🎉 New version available!${chalk.gray(` Run ${chalk.underline(`npm i nuxt-seo-kit@${latestTag}`)} to update.`)}`)

logger.log(chalk.dim(' └─ 💖 Care about Nuxt SEO? Support the development https://nuxtseo.com/sponsor'))
logger.log(chalk.dim(' └─ 🧪 Nuxt SEO is in beta. Shape the future of it: https://github.com/harlan-zw/nuxt-seo-kit/discussions/108'))
logger.log('')
}
},
Expand Down

0 comments on commit 8cd229f

Please sign in to comment.