Skip to content

Commit

Permalink
Add global favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 2, 2024
1 parent 1e672ef commit c01f66f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ app.use(express.json());
app.use(express.urlencoded({ extended: false }));
app.use(cookieParser());
app.use(express.static(path.join(__dirname, 'static'))); //TODO: remove?
app.use('/_global/favicon.ico', express.static(path.join(__dirname, 'static/favicon.ico')))
app.use('/_global/static', express.static(path.join(__dirname, 'static')))

// remove trailing slashes
Expand Down
File renamed without changes.

0 comments on commit c01f66f

Please sign in to comment.