diff --git a/package.json b/package.json index 43fcb6e..5310c2d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "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", "lint": "next lint" }, diff --git a/public/image 11.png b/public/image 11.png deleted file mode 100644 index 9fca39a..0000000 Binary files a/public/image 11.png and /dev/null differ diff --git a/public/image 12.jpg b/public/image 12.jpg new file mode 100644 index 0000000..3523c98 Binary files /dev/null and b/public/image 12.jpg differ diff --git a/public/image 12.png b/public/image 12.png deleted file mode 100644 index 0db3de0..0000000 Binary files a/public/image 12.png and /dev/null differ diff --git a/src/components/screens/admin/auth/Auth.tsx b/src/components/screens/admin/auth/Auth.tsx index 8832556..b93501b 100644 --- a/src/components/screens/admin/auth/Auth.tsx +++ b/src/components/screens/admin/auth/Auth.tsx @@ -13,7 +13,7 @@ type Props = {} const Container = styled.div` width: 100%; height: 100vh; - background-image: url('/image 12.png'); + background-image: url('/image 12.jpg'); background-position: center; background-size: cover;