Skip to content

Commit

Permalink
style: Fix - Boxicons not showing (#48)
Browse files Browse the repository at this point in the history
Relates to #47
  • Loading branch information
geoffreyvanwyk authored Dec 20, 2023
1 parent 9a99c0f commit 5976f9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/website/webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ mix
require('autoprefixer'),
])
.setPublicPath('_site/media')
.copyDirectory('_site/media', '_media');
.copyDirectory('_site/media', '_media')
.copyDirectory('_site/media/fonts/', '_site');

0 comments on commit 5976f9e

Please sign in to comment.