Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Fix Open Graph images
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonHoffman committed Aug 2, 2020
1 parent e78e8ce commit bb683e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ let buildConfig = {
}),
cssExtractor,
new CopyWebpackPlugin([
{ from: './static/m12/favicon.png', to: './logo.png' },
{ from: './static/m12/logo.png', to: './logo-title.png' },
{ from: './static/m12/media.png', to: './logo-media.png' },
{ from: './static/m13/favicon.png', to: './logo.png' },
{ from: './static/m13/logo.png', to: './logo-title.png' },
{ from: './static/m13/media.png', to: './logo-media.png' },
{ context: './app/favicon/', from: '**/*', to: './favicon/' },
{ context: './app/fonts/', from: '**/*', to: './fonts/' }
]),
Expand Down
6 changes: 3 additions & 3 deletions webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ var devConfig = {
]
}),
new CopyWebpackPlugin([
{ from: './static/m12/favicon.png', to: './logo.png' },
{ from: './static/m12/logo.png', to: './logo-title.png' },
{ from: './static/m12/media.png', to: './logo-media.png' },
{ from: './static/m13/favicon.png', to: './logo.png' },
{ from: './static/m13/logo.png', to: './logo-title.png' },
{ from: './static/m13/media.png', to: './logo-media.png' },
{ from: './app/favicon/', to: './favicon/' },
{ from: './app/fonts/', to: './fonts/' }
]),
Expand Down

0 comments on commit bb683e5

Please sign in to comment.