Commit d12f9347 authored by 神楽坂玲奈's avatar 神楽坂玲奈

assets

parent 91e47956
......@@ -5,11 +5,10 @@
"ng": "ng",
"start": "ng serve --aot --open",
"build": "npm run build:zh-CN && npm run build:en-US",
"build:zh-CN": "ng build --prod --deploy-url https://cdn01.moecube.com/store/zh-CN/ --outputPath dist/zh-CN --i18n-locale zh-CN",
"build:en-US": "ng build --prod --deploy-url https://cdn01.moecube.com/store/en-US/ --outputPath dist/en-US --i18n-locale en-US --i18n-file src/locale/messages.en-US.xlf",
"build:zh-CN": "ng build --prod --base-href https://cdn01.moecube.com/store/zh-CN/ --deploy-url https://cdn01.moecube.com/store/zh-CN/ --outputPath dist/zh-CN --i18n-locale zh-CN",
"build:en-US": "ng build --prod --base-href https://cdn01.moecube.com/store/en-US/ --deploy-url https://cdn01.moecube.com/store/en-US/ --outputPath dist/en-US --i18n-locale en-US --i18n-file src/locale/messages.en-US.xlf",
"i18n": "ng xi18n --output-path locale --i18n-locale zh-CN"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.1",
"@angular/common": "^6.1.1",
......
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>MyCard</title>
<base href="https://cdn01.moecube.com/store/zh-CN/">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
......
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