You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add page titles and SEO configuration for all routes related to the synonyms feature. Add this at module scope to each route module:
exportconsthandle: BreadcrumbHandle&SEOHandle={breadcrumb: 'Correction',// Replace with desired page titlegetSitemapEntries: ()=>null,// Include this to exclude from site map (e.g. for admin pages)}
The text was updated successfully, but these errors were encountered:
Please add page titles and SEO configuration for all routes related to the synonyms feature. Add this at module scope to each route module:
The text was updated successfully, but these errors were encountered: