From cd93a27366b593b56e554c1efde352bf229f3ade Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 30 Mar 2020 21:45:57 +0700 Subject: ciigo-example: update generated static.go file --- cmd/ciigo-example/static.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/ciigo-example') diff --git a/cmd/ciigo-example/static.go b/cmd/ciigo-example/static.go index e8c043f..aa3f49a 100644 --- a/cmd/ciigo-example/static.go +++ b/cmd/ciigo-example/static.go @@ -15,7 +15,7 @@ func generate_() *memfs.Node { } node.SetMode(2147484141) node.SetName("/") - node.SetSize(4096) + node.SetSize(256) return node } @@ -191,7 +191,7 @@ func generate_favicon_ico() *memfs.Node { node := &memfs.Node{ SysPath: "content/favicon.ico", Path: "/favicon.ico", - ContentType: "image/vnd.microsoft.icon", + ContentType: "image/x-icon", ContentEncoding: "gzip", V: []byte{ 31, 139, 8, 0, 0, 0, 0, 0, 0, 255, 236, 152, 13, 76, 85, 101, -- cgit v1.3