diff --git a/packages/gallery/src/index.html b/packages/gallery/src/index.html index 2d741a8..c614c52 100644 --- a/packages/gallery/src/index.html +++ b/packages/gallery/src/index.html @@ -2,9 +2,9 @@
- + - + diff --git a/packages/gallery/webpack.config.js b/packages/gallery/webpack.config.js index 3c2a22a..292e629 100644 --- a/packages/gallery/webpack.config.js +++ b/packages/gallery/webpack.config.js @@ -11,7 +11,7 @@ module.exports = { output: { path: path.resolve(__dirname, './dist'), filename: '[name].bundle.js', - publicPath: '/assets' + publicPath: '/' }, devServer: { contentBase: path.resolve(__dirname, './src'),