Skip to content

Commit 3d4b54b

Browse files
committed
configure keystatic to edit github rather than local pages
1 parent d97313b commit 3d4b54b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

keystatic.config.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ import { config, fields, collection } from '@keystatic/core';
22

33
export default config({
44
storage: {
5-
kind: 'local',
5+
kind: 'github',
6+
repo: {
7+
owner: 'brassdan',
8+
name: 'creec'
9+
}
610
},
711
collections: {
812
posts: collection({

0 commit comments

Comments
 (0)