saltyshiomix / ark

An easiest authentication system on top of NestJS, TypeORM, NEXT.js(v9.3) and Material UI(v4).
MIT License
259 stars 17 forks source link

Serve favicon problem #10

Closed saltyshiomix closed 5 years ago

saltyshiomix commented 5 years ago

I tried serve-favicon, but it doesn't work...

// server/main.ts

app.use(require('serve-favicon')(join(process.cwd(), 'static/favicon.ico')));

It is accessible http://localhost:4000/favicon.ico, but the Google Chrome won't show favicon.

saltyshiomix commented 5 years ago

It worked. Just a cache problem.

So I closed it.