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 57514f8 commit e20fa3cCopy full SHA for e20fa3c
apps/webapp/app/entry.server.tsx
@@ -74,7 +74,7 @@ function serveTheBots(
74
{
75
// Use onAllReady to wait for the entire document to be ready
76
onAllReady() {
77
- responseHeaders.set("Content-Type", "text/html");
+ responseHeaders.set("Content-Type", "text/html; charset=utf-8");
78
let body = new PassThrough();
79
pipe(body);
80
resolve(
@@ -114,7 +114,7 @@ function serveBrowsers(
114
// use onShellReady to wait until a suspense boundary is triggered
115
onShellReady() {
116
shellReady = true;
117
118
119
120
0 commit comments