diff --git a/webpack.config.js b/webpack.config.js index 55920c230..8a50ac8e2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -148,7 +148,7 @@ module.exports = function(env = {}, argv = {}) { chunks: ["notebookViewer"] }), new HtmlWebpackPlugin({ - filename: "gallery/index.html", + filename: "gallery.html", template: "src/GalleryViewer/galleryViewer.html", chunks: ["galleryViewer"] }),