mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Fix: public relative url
This commit is contained in:
parent
c5cb1234a9
commit
f594248c67
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user