diff --git a/src/pages/search.astro b/src/pages/search.astro index 97d8ae9..a34ae91 100644 --- a/src/pages/search.astro +++ b/src/pages/search.astro @@ -5,6 +5,7 @@ import Base from '@layouts/Default.astro' // Components import Video from '@components/common/VideoItem.astro' import Creator from '@components/search/Creator.astro' +import Stream from '@components/search/Stream.astro' // Environment Variables const DEFAULT_INVIDIOUS_INSTANCE = import.meta.env.DEFAULT_INVIDIOUS_INSTANCE @@ -64,16 +65,14 @@ const TwitchData = await TwitchResponse.json()

Twitch Live streams with the tag "{Query}"

{TwitchData.data.relatedChannels.map((channel) => - - -
- -
-

{channel.username}

-

{channel.about}

-
-
-
+ )}

YouTube Videos

@@ -92,6 +91,9 @@ const TwitchData = await TwitchResponse.json()