Fix og-image

This commit is contained in:
schmelczerandras 2020-12-04 12:41:12 +01:00
parent a8d8e8204b
commit fdce635115
2 changed files with 5 additions and 4 deletions

View file

@ -3,13 +3,14 @@
<head>
<meta charset="utf-8" />
<meta property="og:image:width" content="1500" />
<meta property="og:image:height" content="785" />
<meta property="og:image" content="https://schmelczer.dev/og-image.jpg" />
<meta property="og:title" content="Portfolio - Andr&aacute;s Schmelczer" />
<meta property="og:description" content="Discover my projects." />
<meta property="og:url" content="https://schmelczer.dev" />
<meta property="og:image:width" content="1500" />
<meta property="og:image:height" content="785" />
<meta property="og:image" content="https://schmelczer.dev/og-image.jpg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />

View file

@ -95,7 +95,7 @@ module.exports = (env, argv) => ({
use: 'svg-inline-loader',
},
{
test: /no-change.*(ico|html|txt|png|webmanifest)$/i,
test: /no-change.*$/i,
use: {
loader: 'file-loader',
query: {