image fix

This commit is contained in:
иосиф брыков 2024-03-19 18:53:59 +05:00
parent eb2c9a1d2d
commit fd45a6a31b
5 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "set NODE_OPTIONS=--max-old-space-size=4096 && next build", "build": "set NODE_OPTIONS=--max-old-space-size=8192 && next build",
"start": "next start -p 8080 -H 0.0.0.0", "start": "next start -p 8080 -H 0.0.0.0",
"lint": "next lint" "lint": "next lint"
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

BIN
public/image 12.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

View File

@ -13,7 +13,7 @@ type Props = {}
const Container = styled.div` const Container = styled.div`
width: 100%; width: 100%;
height: 100vh; height: 100vh;
background-image: url('/image 12.png'); background-image: url('/image 12.jpg');
background-position: center; background-position: center;
background-size: cover; background-size: cover;