Commit fda89823 authored by nanahira's avatar nanahira

fix replace

parent 9c3775eb
Pipeline #8801 passed with stages
in 1 minute and 12 seconds
......@@ -7,7 +7,7 @@
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"replace": "sed -r -i 's/href=(\\.\\/)?/href=https:\\/\\/cdn02.moecube.com:444\\/ygopro\\//g' ./dist/index.html"
"replace": "sed -r -i 's/href=\\.\\//href=https:\\/\\/cdn02.moecube.com:444\\/ygopro\\//g' ./dist/index.html"
},
"dependencies": {
"bootstrap": "5.1.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment