mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 08:51:24 +00:00
Use gallery.html instead of /gallery/index.html as endpoint (#94)
This commit is contained in:
@@ -148,7 +148,7 @@ module.exports = function(env = {}, argv = {}) {
|
|||||||
chunks: ["notebookViewer"]
|
chunks: ["notebookViewer"]
|
||||||
}),
|
}),
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
filename: "gallery/index.html",
|
filename: "gallery.html",
|
||||||
template: "src/GalleryViewer/galleryViewer.html",
|
template: "src/GalleryViewer/galleryViewer.html",
|
||||||
chunks: ["galleryViewer"]
|
chunks: ["galleryViewer"]
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user