Skip to content

Commit 857c184

Browse files
committed
Add contentful starter and example
1 parent 94319ca commit 857c184

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

config.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,21 @@ const starters = [
77
name: "ts-nextjs",
88
repoUrl: "https://github.com/stackbit-themes/ts-mui-nextjs-starter",
99
},
10+
{
11+
name: "contentful",
12+
repoUrl: "https://github.com/stackbit-themes/contentful-starter",
13+
},
1014
];
1115

1216
const examples = {
1317
repoUrl: "https://github.com/stackbit-themes/stackbit-examples",
14-
directories: ["algolia-search", "dynamic-app", "sb-countdown", "sb-typist"],
18+
directories: [
19+
"algolia-search",
20+
"dynamic-app",
21+
"sb-countdown",
22+
"sb-typist",
23+
"tutorial-contentful",
24+
],
1525
};
1626

1727
export default {

0 commit comments

Comments
 (0)