Add stackbit.config.ts

This commit is contained in:
celinerobichaud0@icloud.com 2024-11-05 21:16:29 -04:00
parent 98dd6dd734
commit 2b0d5390b8

9
stackbit.config.ts Normal file
View File

@ -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"
})