From eefb5891e2075e91331857aee2d73a808965a6b4 Mon Sep 17 00:00:00 2001 From: "w.alghafli@gmail.com" Date: Mon, 16 Dec 2024 00:12:22 +0300 Subject: [PATCH] Add stackbit.config.ts --- stackbit.config.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 stackbit.config.ts diff --git a/stackbit.config.ts b/stackbit.config.ts new file mode 100644 index 0000000..ccb9982 --- /dev/null +++ b/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