diff --git a/build/webpack.config.js b/build/webpack.config.js
index 1d311de95..3d79653a2 100644
--- a/build/webpack.config.js
+++ b/build/webpack.config.js
@@ -29,7 +29,7 @@ module.exports = {
},
output: {
path: './docs/build/',
- publicPath: 'docs/build/',
+ publicPath: '/docs/build/',
filename: '[name].js'
},
resolve: {
diff --git a/docs/index.js b/docs/index.js
index c4e8a454f..c07a71401 100644
--- a/docs/index.js
+++ b/docs/index.js
@@ -29,7 +29,7 @@ routesConfig.push({
});
const router = new VueRouter({
- mode: 'hash',
+ mode: 'history',
base: __dirname,
routes: routesConfig
});
diff --git a/examples.html b/examples.html
index 908ff24d3..d98f116de 100644
--- a/examples.html
+++ b/examples.html
@@ -11,6 +11,6 @@
-
+