diff --git a/README.md b/README.md index e52b2d7..205d75b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ A music API built with Deno for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm.

+

+ Live Demo +

+ --- ## Overview diff --git a/deno.json b/deno.json index 9b4aea2..fc10937 100644 --- a/deno.json +++ b/deno.json @@ -10,5 +10,13 @@ }, "compilerOptions": { "strict": true + }, + "deploy": { + "project": "85252de3-9b36-4d8b-b250-e491b4131838", + "exclude": [ + "**/node_modules" + ], + "include": [], + "entrypoint": "mod.ts" } -} +} \ No newline at end of file diff --git a/ui.ts b/ui.ts index 96d5627..397a972 100644 --- a/ui.ts +++ b/ui.ts @@ -229,6 +229,7 @@ export const html = `