We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e4318 commit 0e8391aCopy full SHA for 0e8391a
Frontend/stackbit.config.ts
@@ -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