Skip to content

Commit

Permalink
Se agrego un route now config #3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsi15 committed Nov 21, 2019
1 parent 81f4cc8 commit 4ed1563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions now.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
{ "src": "/blog/(?<slug>[^/]+)", "dest": "/post?slug=$slug" },
{ "src": "/tags/(?<slug>[^/]+)", "dest": "/tag?slug=$slug" },
{ "src": "^/ads.txt", "dest": "/static/ads.txt" },
{ "src": "/.well-known", "dest": "/" },
{ "src": "/.well-known/acme-challenge/(?<slug>[^/]+)/$", "dest": "/" },
{
"src": "/blog/",
Expand Down

0 comments on commit 4ed1563

Please sign in to comment.