This commit is contained in:
ZZ·SRV 2025-01-14 11:18:37 +08:00 committed by GitHub
commit 10949b3a07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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