Skip to content

Commit

Permalink
Keystatic config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gxjansen committed Nov 26, 2024
1 parent e75669f commit fc4332c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions keystatic.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { Config } from '@keystatic/core';
import { config, fields, collection } from '@keystatic/core';

const keystaticConfig: Config = {
export default config({
storage: {
kind: 'cloud',
},
Expand Down Expand Up @@ -131,6 +130,4 @@ const keystaticConfig: Config = {
},
}),
},
};

export default keystaticConfig;
});

0 comments on commit fc4332c

Please sign in to comment.