eeee55e215
serve -s 会把 .html 301 去后缀,百度站长验证失败;同时放开 robots 抓取,避免旧标题一直留在 SERP。
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"cleanUrls": false,
|
|
"trailingSlash": false,
|
|
"rewrites": [
|
|
{ "source": "**", "destination": "/index.html" }
|
|
]
|
|
}
|