Skip to content

Commit 4c613fd

Browse files
lewisvonckenzetlen
authored andcommitted
[TASK] Allow urls without .html for CMS. (#936)
1 parent bb0f376 commit 4c613fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/venia-concept/venia-upward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ cmsPageResult:
194194
urlKey:
195195
when:
196196
- matches: request.url.pathname
197-
pattern: '^/(?:(.*)\.html)?'
197+
pattern: '^/(?:(.*))?'
198198
use: $match.$1
199199
default:
200200
inline: ''

0 commit comments

Comments
 (0)