We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd83e2 commit 8d0ce52Copy full SHA for 8d0ce52
src/content/docs/workers/examples/geolocation-hello-world.mdx
@@ -133,7 +133,7 @@ async def on_fetch(request):
133
</body>
134
"""
135
136
- headers = Headers.new({"content-type": "text/htmlcharset=UTF-8"}.items())
+ headers = Headers.new({"content-type": "text/html;charset=UTF-8"}.items())
137
return Response.new(html, headers=headers)
138
```
139
0 commit comments