Skip to content

Commit

Permalink
[TASK] Allow urls without .html for CMS. (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisvoncken authored and zetlen committed Mar 29, 2019
1 parent bb0f376 commit 4c613fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/venia-concept/venia-upward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ cmsPageResult:
urlKey:
when:
- matches: request.url.pathname
pattern: '^/(?:(.*)\.html)?'
pattern: '^/(?:(.*))?'
use: $match.$1
default:
inline: ''
Expand Down

1 comment on commit 4c613fd

@vercel
Copy link

@vercel vercel bot commented on 4c613fd Mar 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://magento-venia-dxvcrelipo.now.sh to the following aliases.

Please sign in to comment.