Skip to content

Commit

Permalink
Changes routes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsi15 committed Nov 24, 2019
1 parent eee790d commit f39c8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion now.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{ "src": "/tags/(?<slug>[^/]+)", "dest": "/tag?slug=$slug" },
{ "src": "^/ads.txt", "dest": "/static/ads.txt" },
{ "src": "/.well-known/acme-challenge", "dest": "/wellknown" },
{ "src": "/.well-known/acme-challenge/(?<slug>[^/]+)", "dest": "http://johnserrano.co/wellknown?slug=$slug" },
{ "src": "/.well-known/acme-challenge/(?<slug>[^/]+)", "dest": "http://johnserrano.co" },
{
"src": "/blog/",
"status": 301,
Expand Down

0 comments on commit f39c8de

Please sign in to comment.