Skip to content

Commit 3435bed

Browse files
committed
Add unsplash asset source example
1 parent c8c46bb commit 3435bed

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

config.js

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const examples = {
3737
'tutorial-html-json',
3838
'tutorial-nextjs-contentful',
3939
'tutorial-nextjs-files',
40+
'unsplash-asset-source',
4041
],
4142
};
4243

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-stackbit-app",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Create a new Stackbit site, or add Stackbit to an existing site.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)