Skip to content

Commit

Permalink
Updated the name of the video on the home page to fix a file serving …
Browse files Browse the repository at this point in the history
…bug in support of #462.
  • Loading branch information
uncheckederror committed Jun 19, 2024
1 parent 277eb7e commit 2f9e1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NumberSearch.Mvc/NumberSearch.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
<Content Update="wwwroot\site.webmanifest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\videos\acceleratenetworks2024.mp4">
<Content Update="wwwroot\videos\AccelerateNetworks2024.mp4">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\videos\DP_base_station.webp">
Expand Down
2 changes: 1 addition & 1 deletion NumberSearch.Mvc/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Layout = "~/Views/Shared/_Layout.cshtml";
}
<video autoplay muted loop playsinline width="100%" height="100%" class="" loading="lazy">
<source src="~/videos/acceleratenetworks2024.mp4" type="video/mp4" loading="lazy">
<source src="~/videos/AccelerateNetworks2024.mp4" type="video/mp4" loading="lazy">
<img class="first-slide img-fluid" src="./images/scaled/GRP2615-front.webp" alt="First slide" loading="lazy">
</video>
<!-- Value Proposition-->
Expand Down

0 comments on commit 2f9e1ee

Please sign in to comment.