Azure 静态网站以奇怪的方式编码撇号和其他字符

Azure Static Websites encoding apostrophes and other characters in a weird way

这是我在 Chrome 中本地加载 HTML 时的文本:

相反,这是我发布到 Azure 静态网站后呈现的样子:

撇号、引号和其他字符被呈现为一些奇怪的文本。

这是什么原因?为什么它只在发布时发生?对我来说似乎是一个 Azure 错误。

检查头部是否有这一行

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>