Skip to content

Commit

Permalink
Update libs/template/presets/storefront/experience/pages/cms-pages.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Kovalenko <[email protected]>
  • Loading branch information
supproduction and tolerants authored Sep 3, 2024
1 parent 0345a7f commit 577f464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { cmsTypes } from '@oryx-frontend/content';
import { ExperienceComponent } from '@oryx-frontend/experience';

export const cmsPages: ExperienceComponent[] = cmsTypes.map((type) => ({
export const cmsPage: ExperienceComponent[] = cmsTypes.map((type) => ({
type: 'Page',
id: type,
meta: {
Expand Down

0 comments on commit 577f464

Please sign in to comment.