Update webpack.config.js

This commit is contained in:
Rick Companje 2021-06-06 22:30:21 +02:00
parent dc96bdd19b
commit 03f43b9139
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ module.exports = {
chunks: ['app'],
meta: [
{ 'http-equiv': 'Content-Type', content: 'text/html; charset=utf-8' },
{ property: 'og:image', content: 'img/screenshot.png' },
{ property: 'og:image', content: 'https://doodle3d.com/img/screenshot.png' },
{ property: 'og:type', content: 'website' },
{ property: 'og:url', content: 'https://doodle3d.com' },
{ name: 'apple-mobile-web-app-capable', content: 'yes' },