diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b27522..283c5075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.3.8 + +[compare changes](https://github.com/nuxt-hub/core/compare/v0.3.7...v0.3.8) + +### 🏡 Chore + +- Log when using a different console url ([14e65c6](https://github.com/nuxt-hub/core/commit/14e65c6)) +- Improve logs ([ada2a4b](https://github.com/nuxt-hub/core/commit/ada2a4b)) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) + ## v0.3.7 [compare changes](https://github.com/nuxt-hub/core/compare/v0.3.6...v0.3.7) diff --git a/docs/app.config.ts b/docs/app.config.ts index 7bc606a8..ce261769 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -59,8 +59,8 @@ export default defineAppConfig({ target: '_blank', }, { icon: 'i-simple-icons-nuxtdotjs', - label: 'NuxtHub Console', - to: 'https://console.hub.nuxt.com', + label: 'NuxtHub Admin', + to: 'https://admin.hub.nuxt.com', target: '_blank', }] } diff --git a/docs/components/Header.vue b/docs/components/Header.vue index fa879a19..355e6943 100644 --- a/docs/components/Header.vue +++ b/docs/components/Header.vue @@ -33,8 +33,8 @@ const { header } = useAppConfig() v-bind="{ color: 'gray', variant: 'ghost', ...link }" /> -