diff --git a/package.json b/package.json index 58c7c52..5ceca43 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,13 @@ "keywords": [ "astro-component", "withastro", - "video-player", + "video", + "player", "hls-support", "live-streaming" ], "type": "module", - "version": "0.4.6", + "version": "0.4.61", "exports": { ".": "./index.ts" }, diff --git a/test/astro.config.mjs b/test/astro.config.mjs index d9e95be..76f4047 100644 --- a/test/astro.config.mjs +++ b/test/astro.config.mjs @@ -7,5 +7,8 @@ export default defineConfig({ hmr: false } }, - integrations: [vue()] + integrations: [vue()], + devToolbar: { + enabled: false + } }); \ No newline at end of file diff --git a/test/src/pages/index.astro b/test/src/pages/index.astro index f6d01b4..6600059 100644 --- a/test/src/pages/index.astro +++ b/test/src/pages/index.astro @@ -50,7 +50,7 @@ import {

Subtitles shown are part of the video itself, not the player.

-