gpt4 book ai didi

Firebase 动态链接子域配置

转载 作者:行者123 更新时间:2023-12-03 15:27:41 24 4
gpt4 key购买 nike

假设我有一个域 example.com .我通过托管和 cli 创建了第二个网站 sub.example.com .

{
"hosting": [
{
"target": "app",
"public": "public",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
},
{
"target": "promos",
"public": "public",
"appAssociation": "AUTO",
"rewrites": [
{
"source": "**",
"dynamicLinks": true
}
]
}
]
}

现在,当我为 sub.example.com 创建动态链接时没有任何路径前缀,它给了我一个红旗说:
It looks like you already have content served on this path. Specify a different path prefix to avoid conflicts with existing content.
  • 我究竟做错了什么?
  • 另外,如果此子域仅用于链接,我仍然必须输入 public field ?我不想在上面显示任何东西,只是链接...
  • 最佳答案

    我通过添加(或者更确切地说忽略)动态链接子域的公用文件夹来修复它。

    "ignore": [
    "*"
    ],

    我看到了这个帖子: https://github.com/firebase/firebase-tools/issues/566有人问过类似的函数问题,答案是删除 dist/index.html .但是由于我的实际站点依赖于它,所以我尝试忽略它,它似乎可以工作。

    关于Firebase 动态链接子域配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60703337/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com