We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf2b7df + 32cef4e commit 0910d12Copy full SHA for 0910d12
config.js
@@ -29,10 +29,14 @@ const examples = {
29
repoUrl: "https://github.com/stackbit-themes/stackbit-examples",
30
directories: [
31
"algolia-search",
32
- "chakra-next",
33
- "dynamic-app",
34
- "tutorial-contentful",
+ "angular-contentful",
+ "chakra-ui",
+ "cloudinary-contentful",
35
"hydrogen-contentful-demo-store",
36
+ "ninetailed-personalization",
37
+ "onboarding-webapp",
38
+ "sveltekit-contentful",
39
+ "tutorial-contentful",
40
],
41
};
42
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-stackbit-app",
3
- "version": "0.1.6",
+ "version": "0.1.7",
4
"description": "Create a new Stackbit site, or add Stackbit to an existing site.",
5
"main": "index.js",
6
"scripts": {
0 commit comments