diff --git a/frontend/src/index.html b/frontend/src/index.html
index 97a4d7e..54a67bd 100644
--- a/frontend/src/index.html
+++ b/frontend/src/index.html
@@ -9,6 +9,20 @@
/>
+
+
+
+
+
+
+
+
diff --git a/frontend/static/og-image.png b/frontend/static/og-image.png
new file mode 100644
index 0000000..86fa9f9
Binary files /dev/null and b/frontend/static/og-image.png differ
diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js
index 699beee..dd5536f 100644
--- a/frontend/webpack.config.js
+++ b/frontend/webpack.config.js
@@ -54,7 +54,7 @@ module.exports = {
use: ['source-map-loader'],
},
{
- test: /\.svg$/,
+ test: /\.(svg|png)$/,
use: {
loader: 'file-loader',
},