diff --git a/src/pages/discover/gaming.astro b/src/pages/discover/gaming.astro new file mode 100644 index 0000000..a95dc55 --- /dev/null +++ b/src/pages/discover/gaming.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.Gamers.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