Skip to content

Commit

Permalink
feat(studio): remove legacy blogPost schema
Browse files Browse the repository at this point in the history
Relates to #138
  • Loading branch information
TheKnarf committed Jan 14, 2025
1 parent 5802bdf commit f6e5ce6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 124 deletions.
122 changes: 0 additions & 122 deletions studio/schemas/blogPost.ts

This file was deleted.

3 changes: 1 addition & 2 deletions studio/schemas/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import blockContent from "./blockContent";
import category from "./category";
import event from "./event";
import blogPost from "./blogPost";

export const schemaTypes = [blogPost, event, category, blockContent];
export const schemaTypes = [event, category, blockContent];

0 comments on commit f6e5ce6

Please sign in to comment.