We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd0c1f commit 8d53f8cCopy full SHA for 8d53f8c
src/index.ts
@@ -81,7 +81,7 @@ export const payloadDub =
81
]
82
83
const dubCollection: CollectionConfig = {
84
- ...(pluginConfig.dubCollection || {}),
+ ...(pluginConfig?.dubCollection?.overrides || {}),
85
slug: pluginConfig.dubCollection?.overrides?.slug || 'dubLinks',
86
access: {
87
read: () => true,
0 commit comments