Avoid fsstat on every request, remove koa-static (#4387)
* Avoid fsstat on every request, remove koa-static * tsx * Move compression middleware
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
type="image/png"
|
||||
href="/favicon-32.png"
|
||||
href="/images/favicon-32.png"
|
||||
sizes="32x32"
|
||||
/>
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
type="image/png"
|
||||
href="/apple-touch-icon.png"
|
||||
href="/images/apple-touch-icon.png"
|
||||
sizes="192x192"
|
||||
/>
|
||||
<link
|
||||
|
||||
Reference in New Issue
Block a user