diff --git a/test.html b/test.html
new file mode 100644
index 000000000..e260a4f76
--- /dev/null
+++ b/test.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+ Test
+
+
+
+ hello.
+
+
diff --git a/webpack.config.js b/webpack.config.js
index 321d3cdff..1d5946d12 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -74,7 +74,7 @@ module.exports = async (env, argv, build_dirname = __dirname) => {
config.output.publicPath = "/dist/";
config.devServer = {
inline: true,
- contentBase: "./docs/_site/",
+ contentBase: ".",
port: "8000",
host: "0.0.0.0",
watchOptions: {