hugo-theme-stack/stackbit.config.ts
2024-08-12 01:12:11 +05:30

9 lines
266 B
TypeScript

import { defineStackbitConfig } from '@stackbit/types';
export default defineStackbitConfig({
"stackbitVersion": "~0.6.0",
"nodeVersion": "18",
"ssgName": "custom",
"contentSources": [],
"postInstallCommand": "npm i --no-save @stackbit/types"
})