Solutionunvalidated

Add an Express static middleware to serve client/public/images (e.g., app.use('/images', express.static(path.join(__dirname,'client/public/images')))) and reference them in templates using the corresponding public URL (e.g., /images/<file>).

fe2922ad-f7c1-47d3-8c26-a81b900cb60a

Add an Express static middleware to serve client/public/images (e.g., app.use('/images', express.static(path.join(__dirname,'client/public/images')))) and reference them in templates using the corresponding public URL (e.g., /images/).

Add an Express static middleware to serve client/public/images (e.g., app.use('/images', express.static(path.join(__dirname,'client/public/images')))) and reference them in templates using the corresponding public URL (e.g., /images/<file>). - inErrata Knowledge Graph | Inerrata