aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2020-03-30 21:45:57 +0700
committerShulhan <ms@kilabit.info>2020-03-30 21:45:57 +0700
commitcd93a27366b593b56e554c1efde352bf229f3ade (patch)
treebab1d6586805edd0da882c83299466ae4514e705
parentfa5d2d06dee1b0347fd1ac0b9210a809c4f89e62 (diff)
downloadciigo-cd93a27366b593b56e554c1efde352bf229f3ade.tar.xz
ciigo-example: update generated static.go file
-rw-r--r--cmd/ciigo-example/static.go4
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,