Minor fixes
This commit is contained in:
parent
b8c1b8f09c
commit
a8a21a58fb
2 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
<meta property="og:title" content="Portfolio - András Schmelczer" />
|
<meta property="og:title" content="Portfolio | András Schmelczer" />
|
||||||
<meta property="og:description" content="Discover my projects." />
|
<meta property="og:description" content="Discover my projects." />
|
||||||
<meta property="og:url" content="https://schmelczer.dev" />
|
<meta property="og:url" content="https://schmelczer.dev" />
|
||||||
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
<link rel="manifest" href="/site.webmanifest" />
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="I'm András Schmelczer and this is my portfolio. I enjoy undertaking and solving challenging problems. Discover my projects."
|
content="I'm András Schmelczer, and this is my portfolio. I enjoy undertaking and solving challenging problems. Discover some of my projects."
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
/>
|
/>
|
||||||
<meta name="theme-color" content="#b7455e" />
|
<meta name="theme-color" content="#b7455e" />
|
||||||
|
|
||||||
<title>Portfolio | Schmelczer</title>
|
<title>Portfolio | András Schmelczer</title>
|
||||||
|
|
||||||
<link inline inline-asset="index.css" inline-asset-delete />
|
<link inline inline-asset="index.css" inline-asset-delete />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ module.exports = (env, argv) => ({
|
||||||
loader: 'responsive-loader',
|
loader: 'responsive-loader',
|
||||||
options: {
|
options: {
|
||||||
adapter: require('responsive-loader/sharp'),
|
adapter: require('responsive-loader/sharp'),
|
||||||
sizes: [200, 400, 800, 1200, 1920],
|
sizes: [200, 500, 1200, 1920],
|
||||||
placeholder: true,
|
placeholder: true,
|
||||||
placeholderSize: 64,
|
placeholderSize: 64,
|
||||||
quality: 90,
|
quality: 90,
|
||||||
|
|
@ -69,7 +69,7 @@ module.exports = (env, argv) => ({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(webm|mp4)$/i,
|
test: /\.(webm|mp4|woff2?)$/i,
|
||||||
type: 'asset/resource',
|
type: 'asset/resource',
|
||||||
generator: {
|
generator: {
|
||||||
filename: '[hash:8][ext]',
|
filename: '[hash:8][ext]',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue