Use gallery.html instead of /gallery/index.html as endpoint (#94)

This commit is contained in:
Tanuj Mittal 2020-07-15 23:41:05 -07:00 committed by GitHub
parent 444e25c086
commit e491c1a042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"]
}),