mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use Astro bg player on benchmarks page
This commit is contained in:
parent
a9207ffc20
commit
7dffd7880d
1 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
import { DoesItAPI } from '~/helpers/api/client.js'
|
||||
|
||||
import Layout from '../layouts/default.astro'
|
||||
import BgPlayer from '~/components/video/bg-player.vue'
|
||||
import BgPlayer from '~/src/components/video/bg-player.astro'
|
||||
import LinkButton from '~/components/link-button.vue'
|
||||
|
||||
const videosPage = await DoesItAPI.kind.tv(1).get()
|
||||
|
|
@ -36,8 +36,8 @@ console.log('videos', video)
|
|||
<main class="container relative md:static overflow-hidden md:overflow-visible pb-16">
|
||||
<div class="flex flex-col items-center text-center space-y-12">
|
||||
<BgPlayer
|
||||
video={"video"}
|
||||
class="absolute overflow-hidden w-2x-screen md:w-full pointer-events-none"
|
||||
video={ video }
|
||||
classes="absolute overflow-hidden w-2x-screen md:w-full pointer-events-none"
|
||||
/>
|
||||
|
||||
<div class="page-heading flex justify-start w-full">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue