From 61456ea2ad73ba2874136f159782b1604219d3ec Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Thu, 15 Jul 2021 14:52:56 -0400 Subject: forcing page type --- lib/serve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/serve.js b/lib/serve.js index 16ab12c..99e77af 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -602,7 +602,7 @@ Serve.prototype.logbook2 = function (path) { serve.wrapChannel(channelAndTag), serve.wrapPage(channelAndTag), serve.respondSink(200, { - 'Content-Type': ctype(ext) + 'Content-Type': ctype('html') }) ) } -- cgit v1.2.3