From d6fbc25111a9a76b40f19b2481428a9170c706b0 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Mon, 13 May 2019 17:20:40 -0400 Subject: serving css virtually instead of directly --- types.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'types.go') diff --git a/types.go b/types.go index 35f70b3..c7d1c50 100644 --- a/types.go +++ b/types.go @@ -1,8 +1,9 @@ package main // content-type consts -const txtutf8 = "text/plain; charset=utf8" -const htmlutf8 = "text/html; charset=utf8" +const txtutf8 = "text/plain; charset=utf-8" +const htmlutf8 = "text/html; charset=utf-8" +const cssutf8 = "text/css; charset=utf-8" // config object definition type configuration struct { -- cgit 1.4.1-2-gfad0