diff --git a/src/data/discover.json b/src/data/discover.json index 5183c5d..0a3a92c 100644 --- a/src/data/discover.json +++ b/src/data/discover.json @@ -31,5 +31,19 @@ {"Id": "UCgyqtNWZmIxTx3b6OxTSALw"}, {"Id": "UChIZGfcnjHI0DG4nweWEduw"}, {"Id": "UC0vBXGSyV14uvJ4hECDOl0Q"} + ], + "Comedy": [ + {"Id": "UCY30JRSgfhYXA6i6xX1erWg"}, + {"Id": "UCPDXXXJj9nax0fr0Wfc048g"}, + {"Id": "UCywhnhPP3dAw7huG_y0hdEg"}, + {"Id": "UC91V6D3nkhP89wUb9f_h17g"}, + {"Id": "UCxSz6JVYmzVhtkraHWZC7HQ"}, + {"Id": "UC4PooiX37Pld1T8J5SYT-SQ"}, + {"Id": "UCdN4aXTrHAtfgbVG9HjBmxQ"}, + {"Id": "UCpIafFPGutTAKOBHMtGen7g"}, + {"Id": "UCVIFCOJwv3emlVmBbPCZrvw"}, + {"Id": "UCCgK6peZI5-FKDCWzMIFk2A"}, + {"Id": "UCPD_bxCRGpmmeQcbe2kpPaA"}, + {"Id": "UCOYWgypDktXdb-HfZnSMK6A"} ] } \ No newline at end of file diff --git a/src/pages/discover/comedy.astro b/src/pages/discover/comedy.astro new file mode 100644 index 0000000..3451432 --- /dev/null +++ b/src/pages/discover/comedy.astro @@ -0,0 +1,33 @@ +--- +// Layout +import Base from "@layouts/Default.astro"; + +// Properties +const { FetchData, CategoryName, CategoryDescription } = Astro.props; + +// Components +import DiscoverChannel from '@components/DiscoverChannel.astro' + +// Configuration +import { DEFAULT_MEDIA_DATA_PROXY, DEFAULT_IMAGE_PROXY } from '@utils/GetConfig' + +// Discover Data +import DiscoverData from "../../data/discover.json"; + + +--- + + +
+ {DiscoverData.Comedy.map((channel) => + + )} +
+
+
+

This is a curated list for all MinPluto users.

+

Is there a channel missing here that you think should be added? You can either edit our list here or you can submit a request.

+
+ + + \ No newline at end of file