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 c1a9054 commit 1b6b167Copy full SHA for 1b6b167
packages/next-drupal/src/next-drupal.ts
@@ -1108,8 +1108,7 @@ export class NextDrupal extends NextDrupalBase {
1108
const endpoint = await this.buildEndpoint({
1109
locale:
1110
options?.locale !== options?.defaultLocale ? options.locale : undefined,
1111
- resourceType: "menu_items",
1112
- path: menuName,
+ path: `/menu_items/${menuName}`,
1113
searchParams: options.params,
1114
})
1115
0 commit comments