feat(content): organize platform media sections
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
export type XVideo = {
|
||||
src: string;
|
||||
episode: number;
|
||||
};
|
||||
|
||||
export const X_JAVASCRIPT_ANATOMY_VIDEOS: readonly XVideo[] = [
|
||||
{
|
||||
src: "/video/bolum11render.mp4",
|
||||
episode: 11,
|
||||
},
|
||||
{
|
||||
src: "/video/bolum12Render.mp4",
|
||||
episode: 12,
|
||||
},
|
||||
];
|
||||
|
||||
export const X_JAVASCRIPT_ANATOMY_URL = "https://x.com/poyrazavsever";
|
||||
Reference in New Issue
Block a user