diff --git a/.vercelignore b/.vercelignore deleted file mode 100644 index bbb24d1..0000000 --- a/.vercelignore +++ /dev/null @@ -1,6 +0,0 @@ -node_modules -public/scripts -public/styles/* -!public/styles/all.min.css -.env -.vercel \ No newline at end of file diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 71c8d47..0000000 --- a/vercel.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "vinyl", - "version": 2, - "builds": [ - { "src": "package.json", "use": "@now/static-build" }, - { "src": "index.js", "use": "@now/node-server" } - ], - "routes": [ - { - "src": "/meta", - "dest": "/index.js" - }, - { - "src": "/playlist", - "dest": "/index.js" - }, - { - "src": "/", - "dest": "/index.js" - }, - { - "handle": "filesystem" - }, - { - "src": "/(.*)", - "dest": "/public/$1" - }, - { - "src": "/.*", - "status": 404, - "dest": "/public/404.html" - } - ], - "build": { - "env": { - "HIVE_QUEEN": "@hive-queen", - "QUEUE_LIMIT": "@vinyl-queue-limit" - } - }, - "env": { - "URL": "@source-url", - "KEY": "@vinyl-key", - "IV": "@vinyl-iv", - "SALT": "@vinyl-salt", - "BYTE_LIMIT": "@vinyl-byte-limit", - "TIME_LIMIT": "@vinyl-time-limit" - }, - "alias": ["vinyl-web.com"] -} \ No newline at end of file