From f4df8d57aaa6905aa0114ecb1f3cd443d0ff0660 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Sun, 23 May 2021 15:41:12 +0200 Subject: [PATCH] Add test.html for testing the content browser. --- test.html | 12 ++++++++++++ webpack.config.js | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 test.html 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: {