Skip to content

Commit

Permalink
fix: root path for audio
Browse files Browse the repository at this point in the history
  • Loading branch information
dfyz011 committed Jun 15, 2024
1 parent fb2b52e commit 23b3e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BackgroundAudio.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
transition:name="background-audio"
transition:persist
>
<source src="background-music.mp3" type="audio/mp3" />
<source src="/background-music.mp3" type="audio/mp3" />
</audio>

<script is:inline data-astro-rerun>
Expand Down

0 comments on commit 23b3e41

Please sign in to comment.