Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit 9c5e155

Browse files
author
Nickwasused
committed
fix build v2
1 parent cda2392 commit 9c5e155

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"postinstall": "npm run build"
1313
},
1414
"engines": {
15-
"node": ">=7.0",
16-
"npm": ">=4.0"
15+
"node": ">=16.0",
16+
"npm": ">=8.0"
1717
},
1818
"dependencies": {
1919
"compression": "^1.7.1",

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const serve = (path, cache) => express.static(resolve(path), {
6868
})
6969

7070
app.use(compression({ threshold: 0 }))
71-
app.use(favicon('./public/logo-48.png'))
71+
app.use(favicon('./public/android-chrome-36x36.png'))
7272
app.use('/dist', serve('./dist', true))
7373
app.use('/public', serve('./public', true))
7474
app.use('/manifest.json', serve('./manifest.json', true))

0 commit comments

Comments
 (0)