From 64c86cd536f8d58990a89bfb71b8e7761259118e Mon Sep 17 00:00:00 2001 From: JD Solanki Date: Mon, 2 Mar 2026 19:01:02 +0530 Subject: [PATCH 1/4] feat: add NuxtStart template Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- content/templates/nuxtstart.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 content/templates/nuxtstart.yml diff --git a/content/templates/nuxtstart.yml b/content/templates/nuxtstart.yml new file mode 100644 index 000000000..0f15fe8ce --- /dev/null +++ b/content/templates/nuxtstart.yml @@ -0,0 +1,5 @@ +name: 'NuxtStart' +slug: 'nuxtstart' +description: 'AI first, Production ready nuxt.js starter kit with all essentials to launch in weekend' +demo: 'https://nuxtstart.com' +purchase: 'https://nuxtstart.com' From 86235efb6e47b26924d52014994c83d537828e10 Mon Sep 17 00:00:00 2001 From: JD Solanki Date: Mon, 2 Mar 2026 19:03:59 +0530 Subject: [PATCH 2/4] chore: add www subdomain to avoid redirection --- content/templates/nuxtstart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/templates/nuxtstart.yml b/content/templates/nuxtstart.yml index 0f15fe8ce..88b9d54a8 100644 --- a/content/templates/nuxtstart.yml +++ b/content/templates/nuxtstart.yml @@ -1,5 +1,5 @@ name: 'NuxtStart' slug: 'nuxtstart' description: 'AI first, Production ready nuxt.js starter kit with all essentials to launch in weekend' -demo: 'https://nuxtstart.com' -purchase: 'https://nuxtstart.com' +demo: 'https://www.nuxtstart.com' +purchase: 'https://www.nuxtstart.com' From 186e62c5447703461f005944decfb3b2314747a5 Mon Sep 17 00:00:00 2001 From: JD Solanki Date: Mon, 2 Mar 2026 19:05:02 +0530 Subject: [PATCH 3/4] chore: update casing --- content/templates/nuxtstart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/nuxtstart.yml b/content/templates/nuxtstart.yml index 88b9d54a8..430ce628d 100644 --- a/content/templates/nuxtstart.yml +++ b/content/templates/nuxtstart.yml @@ -1,5 +1,5 @@ name: 'NuxtStart' slug: 'nuxtstart' -description: 'AI first, Production ready nuxt.js starter kit with all essentials to launch in weekend' +description: 'AI first, production ready nuxt.js starter kit with all essentials to launch in weekend' demo: 'https://www.nuxtstart.com' purchase: 'https://www.nuxtstart.com' From 25f6e7c4705d2d7e5bdd46c6ada15a6c8cbd5339 Mon Sep 17 00:00:00 2001 From: JD Solanki Date: Mon, 2 Mar 2026 19:42:53 +0530 Subject: [PATCH 4/4] Update content/templates/nuxtstart.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- content/templates/nuxtstart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/nuxtstart.yml b/content/templates/nuxtstart.yml index 430ce628d..45a741bc0 100644 --- a/content/templates/nuxtstart.yml +++ b/content/templates/nuxtstart.yml @@ -1,5 +1,5 @@ name: 'NuxtStart' slug: 'nuxtstart' -description: 'AI first, production ready nuxt.js starter kit with all essentials to launch in weekend' +description: 'AI-first, production-ready Nuxt.js starter kit with all the essentials to launch in a weekend' demo: 'https://www.nuxtstart.com' purchase: 'https://www.nuxtstart.com'