From e491c1a042cd97e4d76c38f7a9586f7302d26036 Mon Sep 17 00:00:00 2001 From: Tanuj Mittal Date: Wed, 15 Jul 2020 23:41:05 -0700 Subject: [PATCH] Use gallery.html instead of /gallery/index.html as endpoint (#94) --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }),