--- // Component Script: // You can write any JavaScript/TypeScript that you'd like here. // It will run during the build, but never in the browser. // All variables are available to use in the HTML template below. // Full Astro Component Syntax: // https://docs.astro.build/core-concepts/astro-components/ import { DoesItAPI } from '~/helpers/api/client.js' import Layout from '../layouts/default.astro' import BgPlayer from '~/src/components/video/bg-player.astro' import LinkButton from '~/components/link-button.vue' const videosPage = await DoesItAPI.kind.tv(1).get() const video = videosPage.items[0] console.log('videos', video) ---

Benchmarks

{ video.name }

{ /*

{ row.heading }

*/ }