From 2aec8fecc7e608b441ee9f915f9c1784bc71ca30 Mon Sep 17 00:00:00 2001 From: Amine Date: Mon, 20 Nov 2023 17:42:32 +0100 Subject: [PATCH] [cli] set the right template --- create-headless/src/consts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-headless/src/consts.ts b/create-headless/src/consts.ts index 5a3bdea..a85759a 100644 --- a/create-headless/src/consts.ts +++ b/create-headless/src/consts.ts @@ -1,7 +1,7 @@ export const template_options = [ { - value: "thomasKn/astro-shopify", - label: "Astro Shopify", + value: "buildheadless/headless/templates/hydrogen-theme", + label: "Sanity x Hydrogen", }, ];