Skip to content

Commit

Permalink
Merge pull request ember-learn#880 from lukasnys/bugfix/878-header-icon
Browse files Browse the repository at this point in the history
bugfix/878 fix header icon
  • Loading branch information
mansona authored Aug 28, 2023
2 parents 1835af5 + 3b85e4f commit cc4d742
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,7 @@ const envIsProduction = process.env.EMBER_ENV === 'production';
module.exports = function (defaults) {
let app = new EmberApp(defaults, {
fingerprint: {
extensions: [
'js',
'css',
'jpg',
'png',
'gif',
'map',
'svg',
'webmanifest',
],
extensions: ['js', 'css', 'jpg', 'png', 'gif', 'map', 'webmanifest'],
generateAssetMap: true,
},
autoImport: {
Expand Down

0 comments on commit cc4d742

Please sign in to comment.