diff --git a/config.js b/config.js index 8df7b97..90907a2 100644 --- a/config.js +++ b/config.js @@ -11,18 +11,6 @@ const starters = [ name: 'contentful', repoUrl: 'https://github.com/stackbit-themes/nextjs-contentful-starter', }, - { - name: 'full-nextjs', - repoUrl: 'https://github.com/stackbit-themes/starter-nextjs-theme', - }, - { - name: 'small-biz-nextjs', - repoUrl: 'https://github.com/stackbit-themes/small-business-nextjs-theme', - }, - { - name: 'personal-nextjs', - repoUrl: 'https://github.com/stackbit-themes/personal-nextjs-theme', - }, ]; const examples = { @@ -31,14 +19,17 @@ const examples = { 'airtable-content-source', 'algolia-search', 'angular-contentful', + 'auto-annotated-portfolio', 'chakra-ui', 'cloudinary-contentful', + 'cloudinary-unpic', 'contentlayer', 'documentation', 'gatsby-contentful', 'hydrogen-contentful-demo-store', 'i18n-nextjs-contentful', 'ninetailed-personalization', + 'nuxt3-preview', 'onboarding-webapp', 'sveltekit-contentful', 'tutorial-gatsby-contentful', diff --git a/package-lock.json b/package-lock.json index a4641e2..3905c52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-stackbit-app", - "version": "0.1.16", + "version": "0.1.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-stackbit-app", - "version": "0.1.16", + "version": "0.1.17", "license": "MIT", "dependencies": { "chalk": "^5.0.0", diff --git a/package.json b/package.json index 5623320..585f50e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-stackbit-app", - "version": "0.1.16", + "version": "0.1.17", "description": "Create a new Stackbit site, or add Stackbit to an existing site.", "main": "index.js", "scripts": {