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:
@@ -69,7 +69,7 @@ module.exports = {
|
||||
display: "standalone",
|
||||
icons: [
|
||||
{
|
||||
src: path.resolve("public/icon-512.png"),
|
||||
src: path.resolve("public/images/icon-512.png"),
|
||||
// For Chrome, you must provide at least a 192x192 pixel icon, and a 512x512 pixel icon.
|
||||
// If only those two icon sizes are provided, Chrome will automatically scale the icons
|
||||
// to fit the device. If you'd prefer to scale your own icons, and adjust them for
|
||||
|
||||
Reference in New Issue
Block a user