diff --git a/src/assets/images/hub-preview.png b/src/assets/images/hub-preview.png new file mode 100755 index 0000000000000000000000000000000000000000..5a976607e2539031d67dc17e727ecff02740c3ad Binary files /dev/null and b/src/assets/images/hub-preview.png differ diff --git a/src/hub.html b/src/hub.html index 581bc3ffe008dc53cb4be3c414c119935af629e6..1f90a6be22672706204b467aa5fb54769293d9ad 100644 --- a/src/hub.html +++ b/src/hub.html @@ -2,6 +2,8 @@ <html> <head> + <!-- DO NOT REMOVE/EDIT THIS COMMENT - HUB_META_TAGS --> + <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M62+)" data-expires="<%= ORIGIN_TRIAL_EXPIRES %>" content="<%= ORIGIN_TRIAL_TOKEN %>"> diff --git a/webpack.config.js b/webpack.config.js index c0f8c88b3af3a6c2e43f7111f517841c4fcfec3c..bd561cbdaeab520fb6bd47dcf66f159c4a0b01bc 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -206,6 +206,12 @@ const config = { to: "favicon.ico" } ]), + new CopyWebpackPlugin([ + { + from: "src/assets/images/hub-preview.png", + to: "hub-preview.png" + } + ]), // Extract required css and add a content hash. new ExtractTextPlugin({ filename: "assets/stylesheets/[name]-[contenthash].css",