Skip to content

Commit aaf8abb

Browse files
committed
feat: update routes in now.sh
1 parent 6e725f4 commit aaf8abb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

now.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
{ "src": "www/**", "use": "@now/static" }
77
],
88
"routes": [
9-
{ "src": "/core/(.*)", "dest": "www/integrations/drupal-lab/core/$1" },
10-
{ "src": "/themes/(.*)", "dest": "www/integrations/drupal-lab/themes/$1" },
11-
{ "src": "/drupal-lab/(.*)", "dest": "www/integrations/drupal-lab/$1" },
12-
{ "src": "/(.*)", "dest": "www/$1" }
9+
{ "src": "/core/(.*)", "dest": "/www/integrations/drupal-lab/core/$1" },
10+
{ "src": "/themes/(.*)", "dest": "/www/integrations/drupal-lab/themes/$1" },
11+
{ "src": "/drupal-lab/(.*)", "dest": "/www/integrations/drupal-lab/$1" },
12+
{ "src": "/(.*)", "dest": "/www/$1" }
1313
]
1414
}

0 commit comments

Comments
 (0)