Skip to content

Commit cba1af7

Browse files
committed
docs: update steps illustrations
1 parent b9d2faa commit cba1af7

10 files changed

+12
-6
lines changed

docs/content/0.index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,25 @@ deploy:
4747
- title: Link your Cloudflare account
4848
description: Create an API token on Cloudflare with our pre-filled template.
4949
img:
50-
src: '/images/landing/steps/link-cloudflare-account.webp'
50+
src: '/images/landing/steps/link-cloudflare-account.svg'
5151
width: 460
5252
height: 259
5353
- title: Create a Nuxt app
5454
description: Start from our templates or import your GitHub repository.
5555
img:
56-
src: '/images/landing/steps/create-nuxthub-project.png'
56+
src: '/images/landing/steps/create-nuxt-app.svg'
5757
width: 460
5858
height: 259
5959
- title: Deploy it
6060
description: Run the nuxthub deploy command or use the Cloudflare Pages CI/CD.
6161
img:
62-
src: '/images/landing/steps/deploy-nuxt-project.png'
62+
src: '/images/landing/steps/deploy-nuxt-app.svg'
6363
width: 460
6464
height: 259
6565
- title: Share it to the world
6666
description: Get insights and manage your storage in NuxtHub.
6767
img:
68-
src: '/images/landing/steps/share-nuxt-project.webp'
68+
src: '/images/landing/steps/share-nuxt-app.svg'
6969
width: 460
7070
height: 259
7171
buttons:

docs/pages/index.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ onMounted(() => {
7878
<ul class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-10 items-start justify-center">
7979
<li v-for="step in page?.deploy.steps" :key="step.title" class="flex flex-col gap-y-8 justify-center group">
8080
<NuxtImg
81-
:src="step.img.src" :width="step.img.width" :height="step.img.height" :alt="step.title"
82-
class="rounded-xl bg-gradient-to-r from-green-300 to-teal-500 group-hover:opacity-100 lg:opacity-90 transition duration-300"
81+
:src="step.img.src"
82+
:width="step.img.width"
83+
:height="step.img.height"
84+
:alt="step.title"
8385
/>
8486
<div>
8587
<h2 class="font-semibold" v-html="step.title" />
Lines changed: 1 addition & 0 deletions
Loading
Binary file not shown.

0 commit comments

Comments
 (0)