mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
9 lines
266 B
TypeScript
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"
|
|
}) |