From 00594c8125c2cf9a243e82e00ae94513d0e3897f Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 13 Mar 2025 16:02:42 -0400 Subject: [PATCH] homepage video --- src/.vitepress/theme/index.ts | 4 ++-- .../theme/HeroVideo.vue => components/IntroVideo.vue} | 0 src/introduction.md | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) rename src/{.vitepress/theme/HeroVideo.vue => components/IntroVideo.vue} (100%) diff --git a/src/.vitepress/theme/index.ts b/src/.vitepress/theme/index.ts index 15fc921..f7fafef 100644 --- a/src/.vitepress/theme/index.ts +++ b/src/.vitepress/theme/index.ts @@ -3,14 +3,14 @@ import { h } from 'vue' import type { Theme } from 'vitepress' import DefaultTheme from 'vitepress/theme-without-fonts' // WITHOUT fonts import './style.css' -import HeroVideo from "./HeroVideo.vue"; +import IntroVideo from "../../components/IntroVideo.vue"; export default { extends: DefaultTheme, Layout: () => { return h(DefaultTheme.Layout, null, { // https://vitepress.dev/guide/extending-default-theme#layout-slots - 'home-hero-info-after': () => h(HeroVideo), + 'home-hero-actions-after': () => h(IntroVideo), }) }, enhanceApp({ app, router, siteData }) { diff --git a/src/.vitepress/theme/HeroVideo.vue b/src/components/IntroVideo.vue similarity index 100% rename from src/.vitepress/theme/HeroVideo.vue rename to src/components/IntroVideo.vue diff --git a/src/introduction.md b/src/introduction.md index e1dec53..4159aa0 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -1,6 +1,9 @@ + # What is Dexorder? - + Dexorder is an on-chain system providing advanced order management for DeFi traders. Dexorder is noncustodial and runs on the [Arbitrum One](https://arbitrum.io/) network (more L2's coming soon).