diff --git a/lessons/11-productionish-server/README.md b/lessons/11-productionish-server/README.md index 30582eba..d75d3185 100644 --- a/lessons/11-productionish-server/README.md +++ b/lessons/11-productionish-server/README.md @@ -31,7 +31,7 @@ In the root directly, go open up `webpack.config.js` and add the publicPath '/' ``` // webpack.config.js output: { - path: 'public', + path: '', filename: 'bundle.js', publicPath: '/' },