gpt4 book ai didi

NPM 服务重写问题

转载 作者:行者123 更新时间:2023-12-05 06:57:51 25 4
gpt4 key购买 nike

我有这个服务配置(serve.json):

{
"headers": [
{
"source": "**/**",
"headers": [
{
"key": "Content-Security-Policy",
"value": "frame-ancestors 'none'"
},
{
"key": "X-Frame-Options",
"value": "deny"
}
]
}
],
"rewrites": [
{ "source": "/**", "destination": "/index.html" },
{ "source": "/logout", "destination": "/logout.html" }
]
}

当运行“serve build”(build 是提供 html 文件的文件夹)并尝试访问 localhost/logout 时,我被重定向到 index.html。

期望的行为是在访问注销路由时使用 logout.html。

每次我被重定向到 index.html 时,似乎“/**”优先。

谢谢

最佳答案

虽然我还没有确认,你有没有考虑过颠倒顺序,这样显式规则(比如/logout)在数组中比隐式/通配符重写规则(例如/**)?

关于NPM 服务重写问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64790969/

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