Skip to content

Commit 0e8391a

Browse files
Add stackbit.config.ts (#341)
1 parent 01e4318 commit 0e8391a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Frontend/stackbit.config.ts

+9
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)