Initial Commit

This commit is contained in:
2025-11-12 11:51:12 +01:00
parent 4e1ca3fb74
commit b18d8d6477
11 changed files with 7070 additions and 5946 deletions

8
keystatic.config.ts Normal file
View File

@@ -0,0 +1,8 @@
import { config } from '@keystatic/core';
export default config({
storage: {
kind: 'local',
},
collections: {}
})