diff --git a/Frontend/stackbit.config.ts b/Frontend/stackbit.config.ts new file mode 100644 index 00000000..ccb99825 --- /dev/null +++ b/Frontend/stackbit.config.ts @@ -0,0 +1,9 @@ +import { defineStackbitConfig } from '@stackbit/types'; + +export default defineStackbitConfig({ + "stackbitVersion": "~0.6.0", + "nodeVersion": "18", + "ssgName": "custom", + "contentSources": [], + "postInstallCommand": "npm i --no-save @stackbit/types" +}) \ No newline at end of file