Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/fricks/ian.mp3
Binary file not shown.
1 change: 1 addition & 0 deletions src/pages/hof.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Layout from "../layouts/Layout.astro";
<li>Chloe</li>
<li>Alice</li>
<li>Sam</li>
<li>Ian</li>
</ul>
<p>
Join the hall of frick by submitting a soundbite of you saying "frick."
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import Layout from "../layouts/Layout.astro";
const validFrickSoundFilepaths = Object.freeze([
"/fricks/sam.mp3",
"/fricks/alice.m4a",
"/fricks/ian.mp3",
]);

document
Expand Down