Skip to content

Commit

Permalink
Update .eleventy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa authored Jul 30, 2024
1 parent 2b45f38 commit 230fdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function (config) {

// for #80 (update site favicon)
// copy files from `_img/favicon/` to `_site/`
config.addPassthroughCopy({ "_img/favicon.ico": "/assets/_img/favicon/favicon.ico" });
config.addPassthroughCopy({ "_img/favicon/favicon.ico": "/assets/favicon.ico" });

// Copy USWDS init JS so we can load it in HEAD to prevent banner flashing
config.addPassthroughCopy({'./node_modules/@uswds/uswds/dist/js/uswds-init.js': 'assets/js/uswds-init.js'});
Expand Down

0 comments on commit 230fdc8

Please sign in to comment.