Skip to content

Commit

Permalink
Merge pull request #164 from warmachine028/preview
Browse files Browse the repository at this point in the history
feat: stackbit.config.ts
  • Loading branch information
warmachine028 authored Sep 3, 2024
2 parents c3d7b64 + 1892b95 commit 83d9452
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/stackbit.config.ts
Original file line number Diff line number Diff line change
@@ -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"
})

0 comments on commit 83d9452

Please sign in to comment.