The first handlebar file i.e index.hbs , It reads css file which is in public folder but about.hbs is not able to read it. Please tell me the solution of this.
This is my file.
Here is my about.hbs page
Try
const viewsFilePath = path.join(__dirname,'views')
Dont Need To put (../)