Skip to content

Commit b581f51

Browse files
authored
Merge pull request #1 from Theritex/preview
Add stackbit.config.ts
2 parents bbe2fd1 + 43b3a72 commit b581f51

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stackbit.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { defineStackbitConfig } from '@stackbit/types';
2+
3+
export default defineStackbitConfig({
4+
"stackbitVersion": "~0.6.0",
5+
"nodeVersion": "18",
6+
"ssgName": "custom",
7+
"contentSources": [],
8+
"postInstallCommand": "npm i --no-save @stackbit/types"
9+
})

0 commit comments

Comments
 (0)