Skip to content

Commit 8d53f8c

Browse files
committed
fix(dub-integration): spread dubCollection.overrides into dubCollection config
1 parent 2bd0c1f commit 8d53f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const payloadDub =
8181
]
8282

8383
const dubCollection: CollectionConfig = {
84-
...(pluginConfig.dubCollection || {}),
84+
...(pluginConfig?.dubCollection?.overrides || {}),
8585
slug: pluginConfig.dubCollection?.overrides?.slug || 'dubLinks',
8686
access: {
8787
read: () => true,

0 commit comments

Comments
 (0)