Skip to content

Commit

Permalink
Moves from /static to /public/static
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Oct 11, 2019
1 parent 17f686d commit 9c7ea12
Show file tree
Hide file tree
Showing 350 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"modules": "./modules",
"utils": "./utils",
"selectors": "./selectors",
"static": "./static",
"static": "./public/static",
"services": "./services",
"constants": "./constants"
},
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = withSass({
new CopyWebpackPlugin([
{
from: path.join(__dirname, 'node_modules/widget-editor/dist/images'),
to: path.join(__dirname, 'static/images/widget-editor/')
to: path.join(__dirname, 'public/static/images/widget-editor/')
}
])
);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 9c7ea12

Please sign in to comment.