diff options
Diffstat (limited to 'cmd/ciigo-example')
| -rw-r--r-- | cmd/ciigo-example/static.go | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
