我正在使用firebase用于我的一个角度(4)应用程序 . 我现在正尝试通过连接到自定义域来在实际域上托管该站点 .

我已在Google Domains中注册了我的域名(https://domains.google.com) .

但现在我卡住了,不知道如何在Google Domains中添加此A记录 .

以下是我正在尝试的配置,知道做了一些错误 . 另外,我需要在“firebase.json”中进行哪些修改,而不是部署它将部署在实际的.com域上 .

{
  "database": {
    "rules": "database.rules.json"
  },
  "hosting": {
    "public": "dist",
    "rewrites": [
      {
        "source": "**",
        "destination": "/index.html"
      }
    ]
  }
}

火力地堡

enter image description here

enter image description here

谷歌是
enter image description here

更新的谷歌域A记录设置
enter image description here