Skip to content

Commit ba061ee

Browse files
committed
Removing /blocks from URL path.
1 parent 84db69e commit ba061ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"routes": [
99
{
10-
"src": "/blocks/(.*)",
10+
"src": "/(.*)",
1111
"dest": "/blocks/$1"
1212
}
1313
],

0 commit comments

Comments
 (0)