Skip to content

Commit

Permalink
feat(crystallize-cli-next): update astrojs link
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyadwivedi committed Mar 13, 2024
1 parent 781cbf8 commit 8537d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/crystallize-cli/src/config/boilerplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const boilerplates: Boilerplate[] = [
identifier: 'dounut-svelte',
name: 'Dounut Svelte',
baseline: 'Ecommerce boilerplate using SvelteKit',
description: 'Minimal eCommerce boilerplate built using SvelteKit, Houdini, Tailwind and Crystallize.',
description: 'Minimal eCommerce boilerplate built using SvelteKit, Houdini, Tailwind, and Crystallize.',
demo: 'https://dounut-svelte.vercel.app/',
blueprint: 'dounot',
git: 'https://github.com/CrystallizeAPI/dounut-svelte',
Expand All @@ -41,7 +41,7 @@ export const boilerplates: Boilerplate[] = [
identifier: 'dounut-astro',
name: 'Dounut Astro',
baseline: 'Ecommerce boilerplate using Astro',
description: 'Minimal eCommerce boilerplate built using Astro, Tailwind and Crystallize.',
description: 'Minimal eCommerce boilerplate built using Astro, Tailwind, and Crystallize.',
demo: 'https://dounut-astro.vercel.app/',
blueprint: 'dounot',
git: 'https://github.com/CrystallizeAPI/dounut-astro',
Expand Down

0 comments on commit 8537d6d

Please sign in to comment.