diff --git a/src/main/index.html.ejs b/src/main/index.html.ejs
index 0153a0c..7c6a194 100644
--- a/src/main/index.html.ejs
+++ b/src/main/index.html.ejs
@@ -4,6 +4,30 @@
BB Datastore Playground
+
+
+
diff --git a/webpack.config.ts b/webpack.config.ts
index 3bf3cb5..c2f2f90 100644
--- a/webpack.config.ts
+++ b/webpack.config.ts
@@ -60,7 +60,8 @@ module.exports = (env: any, argv: any) => {
}),
new CopyWebpackPlugin({
patterns: [
- {from: path.resolve(__dirname, 'assets/'), to: 'assets'}
+ {from: path.resolve(__dirname, 'assets/'), to: 'assets'},
+ {from: path.resolve(__dirname, "404.html"), to: ""},
]
}),
],