diff options
| author | 2024-09-07 15:49:14 +0800 | |
|---|---|---|
| committer | 2024-09-07 15:49:14 +0800 | |
| commit | 8cf691c6cca30dfff1d7c17b43e706789a055cdb (patch) | |
| tree | 556d066e743a44399addf11427319bc1c8bff3dc | |
| parent | 215f2a5af823e9119f5f069adb5e8b844a8c548c (diff) | |
| download | HydroRollSite-preview.tar.gz HydroRollSite-preview.zip | |
Add stackbit.config.tspreview
| -rw-r--r-- | stackbit.config.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stackbit.config.ts b/stackbit.config.ts new file mode 100644 index 0000000..ccb9982 --- /dev/null +++ b/stackbit.config.ts @@ -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" +})
\ No newline at end of file |
