Skip to content

Commit

Permalink
[ENG] Use S3 version for music
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hannigan committed Jan 6, 2022
1 parent e228685 commit d28f5d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dapp/songs/playlist.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
const willowTree = require("./willow_tree.mp3");

export const playlist = [
{
name: "Willow tree",
file: willowTree,
file: "https://s3.ap-southeast-2.amazonaws.com/sunflower-farmers.com/play/static/media/willow_tree.70fb5690.mp3",
artist: "Romy",
},
];

0 comments on commit d28f5d4

Please sign in to comment.