Skip to content

Commit

Permalink
Use correct css file name
Browse files Browse the repository at this point in the history
  • Loading branch information
rhystmills committed Nov 19, 2024
1 parent e4ff8cb commit bf44a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/VideoUIApp/app.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>Loading...</h1>
<script type="module" src="http://localhost:5173/@@vite/client"></script>
<script type="module" src="http://localhost:5173/public/video-ui/src/app.jsx"></script>
} else {
<link rel="stylesheet" type="text/css" href="/build/index.css">
<link rel="stylesheet" type="text/css" href="/build/app.css">
<script type="module" src="@jsFileLocation"></script>
}

Expand Down

0 comments on commit bf44a76

Please sign in to comment.