Fix: public relative url

This commit is contained in:
Dreamacro 2020-09-27 15:22:31 +08:00
parent c5cb1234a9
commit f594248c67

View File

@ -18,7 +18,7 @@
"homepage": "https://github.com/Dreamacro/clash-dashboard",
"scripts": {
"start": "node scripts/start.js",
"build": "GENERATE_SOURCEMAP=false node scripts/build.js",
"build": "GENERATE_SOURCEMAP=false PUBLIC_URL=./ node scripts/build.js",
"lint": "npm run lint:ts",
"lint:ts": "eslint --ext=jsx,ts,tsx --fix src",
"contributors:add": "all-contributors add",