From a737bee76205da2077fc6495e213a657bdd5a074 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 20 Aug 2025 14:24:47 +0200 Subject: [PATCH] fix --- package.json | 2 +- src/components/Hero.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6404d59..4fb3ab0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build && cp -r public/* out/", "start": "next start", "lint": "next lint" }, diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index e25e213..389064b 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -14,7 +14,7 @@ export function Hero() { playsInline className="absolute inset-0 top-0 left-0 w-full h-full object-cover -z-10" > - + Your browser does not support the video tag.