Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed src/img/bg-sample/bg_img-desktop-01.jpg
Binary file not shown.
Binary file removed src/img/bg-sample/bg_img-mobile-01.jpg
Binary file not shown.
File renamed without changes
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ const webpackConfig = {
to: 'fonts/',
},
{
from: 'src/img/bg-sample/',
to: 'img/bg-sample/',
from: 'src/img/static/',
to: 'img/static/',
},
{
from: 'src/img/sample/',
Expand Down