Skip to content

Commit 48bd7d1

Browse files
committed
ofcourse missing value
1 parent 012cae9 commit 48bd7d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function handler(request) {
6464
// Decode the Uint8Array as string.
6565
// const readme = new TextDecoder().decode(readmeRelative);
6666
// return new Response(textFileContent);
67-
return new Response(html, {
67+
return new Response(textFileContent, {
6868
headers: {
6969
"content-type": MEDIA_TYPES[`.${fileExtension}`],
7070
}

0 commit comments

Comments
 (0)