想要打包部署到自己的域名上,如何修改呢?

2020-10-14 12:32创建
共1个回答
XL
游客xlRpUN

需要找到 ./up.json,修改stages.production.domain的值:

{
  "name": "star-history",
  "profile": "timConsole",
  "regions": ["us-east-1"],
  "type": "static",
  "static": {
    "dir": "dist"
  },
  "stages": {
    "production": {
      "domain": "youself.domain"
    }
  }
}

然后,需要全文搜索star-history.t9t.io,把html文件中值进行替换。