From 56b3e61259f93e926ef0e61d5edde941f0a4ab95 Mon Sep 17 00:00:00 2001 From: "dshonobrien@gmail.com" Date: Mon, 2 Dec 2024 18:16:30 -0800 Subject: [PATCH 1/2] Add stackbit.config.ts --- .../github.com/DshonSB/online-cv.git/stackbit.config.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 https:/github.com/DshonSB/online-cv.git/stackbit.config.ts diff --git a/https:/github.com/DshonSB/online-cv.git/stackbit.config.ts b/https:/github.com/DshonSB/online-cv.git/stackbit.config.ts new file mode 100644 index 00000000000..ccb99825de6 --- /dev/null +++ b/https:/github.com/DshonSB/online-cv.git/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 From 4b1b5f36605aedda4e080d48e9930790c328ceee Mon Sep 17 00:00:00 2001 From: "dshonobrien@gmail.com" Date: Mon, 2 Dec 2024 19:04:43 -0800 Subject: [PATCH 2/2] 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 00000000000..ccb99825de6 --- /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