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"
>
-