don't fingerprint favicon stuff, adding a og image
This commit is contained in:
parent
63f8aa6532
commit
ca9b033f6e
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
<meta name="keywords" content="huegasm,hue,philips,lights,ambience,music player,disco,party,sync,synchronize">
|
||||
<meta name="author" content="Egor Philippov">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta property="og:image" content="http://www.huegasm.com/android-chrome-512x512.png" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ const Funnel = require('broccoli-funnel');
|
|||
module.exports = function(defaults) {
|
||||
let app = new EmberApp(defaults, {
|
||||
fingerprint:{
|
||||
exclude: ['logo.png']
|
||||
exclude: ['logo.png', 'android-chrome-192x192.png', 'android-chrome-512x512.png', 'apple-touch-icon.png', 'favicon-16x16.png', 'favicon-32x32.png', 'mstile-150x150.png']
|
||||
}
|
||||
});
|
||||
let extraAssets = new Funnel('bower_components/bootstrap-sass/assets/fonts/bootstrap/', {
|
||||
|
|
|
|||
Reference in a new issue