-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
50 lines (48 loc) · 1.18 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
const starters = [
{
name: 'nextjs',
repoUrl: 'https://github.com/stackbit-themes/nextjs-starter',
},
{
name: 'ts-nextjs',
repoUrl: 'https://github.com/stackbit-themes/ts-mui-nextjs-starter',
},
{
name: 'contentful',
repoUrl: 'https://github.com/stackbit-themes/nextjs-contentful-starter',
},
];
const examples = {
repoUrl: 'https://github.com/stackbit-themes/stackbit-examples',
directories: [
'ab-testing',
'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',
'tutorial-html-contentful',
'tutorial-html-json',
'tutorial-nextjs-contentful',
'tutorial-nextjs-files',
'unsplash-asset-source',
],
};
export default {
defaults: { dirName: 'my-stackbit-site', starter: starters[0] },
minGitVersion: '2.25.0',
examples,
starters,
};