fix url
Showing
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"scripts": { | "scripts": { | ||
"dev": "node build/dev-server.js", | "dev": "node build/dev-server.js", | ||
"build": "node build/build.js", | "build": "node build/build.js", | ||
"replace": "sed -r -i 's/href=(\\.\\/)?/href=https:\\/\\/cdn02.moecube.com:444\\/ygopro-arena-web\\//g' ./dist/index.html" | "replace": "sed -r -i 's/href=(\\.\\/)?/href=https:\\/\\/cdn02.moecube.com:444\\/ygopro\\//g' ./dist/index.html" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"bootstrap": "5.1.3", | "bootstrap": "5.1.3", | ||
... | ... |
Please register or sign in to comment