Skip to content

Commit

Permalink
Add stackbit.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaFerraresso committed Nov 8, 2024
1 parent 84e8be0 commit 1ef9f19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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 1ef9f19

Please sign in to comment.