From bdf768ff40661f7e31e1a79e8f6de6cfb3535ca0 Mon Sep 17 00:00:00 2001 From: Mohammad Jebeli Date: Sun, 31 May 2026 20:27:58 +0330 Subject: [PATCH] fix: actually add hero video to public/ (was gitignored) Previous rename dropped the file: public/hero-bg.mp4 was listed in .gitignore, so the move deleted it from git without re-adding. Remove the ignore rule and commit the video as LFS so the hero background plays. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7986ff2..a547bf3 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,3 @@ dist-ssr *.njsproj *.sln *.sw? -public/hero-bg.mp4