Skip to content

Commit a001541

Browse files
committed
fix wrong collection name
1 parent b80d436 commit a001541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/payload.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default buildConfig({
5353
},
5454
livePreview: {
5555
url: 'http://localhost:3000',
56-
collections: ['pages', 'jobs', 'actions', 'teamMembers', 'features', 'blog'],
56+
collections: ['pages', 'jobs', 'actions', 'team-members', 'features', 'blog'],
5757
},
5858
},
5959
localization: {

0 commit comments

Comments
 (0)