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.
This commit is contained in:
parent
0fafaa3324
commit
bdf768ff40
|
|
@ -22,4 +22,3 @@ dist-ssr
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
public/hero-bg.mp4
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue