liontix 9 tháng trước cách đây
mục cha
commit
ede5a36224
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      vercel.json

+ 2 - 2
vercel.json

@@ -2,7 +2,7 @@
     "version": 2,
     "builds": [
      {
-      "src": "bin/www",
+      "src": "./bin/www",
       "use": "@vercel/node",
       "config": { "includeFiles": ["dist/**"] }
      }
@@ -10,7 +10,7 @@
     "routes": [
      {
       "src": "/(.*)",
-      "dest": "bin/www"
+      "dest": "/"
      }
     ]
    }