You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still figuring out express, but it looks like the line
`app.use('/', express.static(__dirname + '/static'));` automatically
prepends "/static" to all URL paths so the "/static" that's currently
in the URLs is incorrect.
0 commit comments