Skip to content

Commit

Permalink
cit: hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 13, 2023
1 parent d501fb3 commit 31a4924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = [{
entry: './shim/gh-pages.js',
output: {
filename: '[name].js',
path: 'gh-pages' //path.resolve(__dirname, 'scratch-blocks/gh-pages')
path: '/__w/scratch-blocks/scratch-blocks/github-pages' //path.resolve(__dirname, 'scratch-blocks/gh-pages')
},
optimization: {
minimize: false
Expand Down

0 comments on commit 31a4924

Please sign in to comment.