Skip to content

Commit

Permalink
add nuxthub badge
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Feb 3, 2025
1 parent dd82abb commit 3e5af99
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions app/components/home/CTA.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,19 @@ const { t } = useI18n()
</UTooltip>
<MeetingButton />
</div>
<NuxtLink href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FHugoRCD%2Fcanvas&env=NUXT_PRIVATE_RESEND_API_KEY,NUXT_PUBLIC_SITE_URL&envDescription=You%20will%20require%20an%20API%20key%20for%20Resend%20and%20Nuxt%20Studio%2C%20but%20it%20is%20not%20essential%20for%20the%20portfolio%20to%20work.%20Simply%20add%20%22test%2C%22%20for%20example%2C%20and%20edit%20the%20variable%20later.&project-name=canvas-portfolio&repository-name=canvas-portfolio&demo-title=Canvas&demo-url=canvas.hrcd.fr&demo-image=https%3A%2F%2Fcanvas.hrcd.fr%2Fog.png">
<img
src="https://vercel.com/button"
alt="Deploy with Vercel"
>
</NuxtLink>
<div class="mt-4 flex flex-col items-center gap-1">
<NuxtLink href="https://hub.nuxt.com/new?repo=HugoRCD/canvas">
<img
src="https://hub.nuxt.com/button.svg"
alt="Deploy to Nuxthub"
>
</NuxtLink>
<NuxtLink href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FHugoRCD%2Fcanvas&env=NUXT_PRIVATE_RESEND_API_KEY,NUXT_PUBLIC_SITE_URL&envDescription=You%20will%20require%20an%20API%20key%20for%20Resend%20and%20Nuxt%20Studio%2C%20but%20it%20is%20not%20essential%20for%20the%20portfolio%20to%20work.%20Simply%20add%20%22test%2C%22%20for%20example%2C%20and%20edit%20the%20variable%20later.&project-name=canvas-portfolio&repository-name=canvas-portfolio&demo-title=Canvas&demo-url=canvas.hrcd.fr&demo-image=https%3A%2F%2Fcanvas.hrcd.fr%2Fog.png">
<img
src="https://vercel.com/button"
alt="Deploy with Vercel"
>
</NuxtLink>
</div>
</div>
</template>

0 comments on commit 3e5af99

Please sign in to comment.