corp meta tags

This commit is contained in:
tim
2025-02-17 13:41:38 -04:00
parent 9d5fda2540
commit f8f40e5805
2 changed files with 16 additions and 19 deletions

View File

@@ -4,8 +4,10 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config // https://vitepress.dev/reference/site-config
export default defineConfig({ export default defineConfig({
title: "Dexorder", title: "Dexorder",
description: "DeFi trading tools", // this description is put into the meta tag for SEO
description: "Power up Uniswap with limit orders, stoplosses, DCA's, breakout orders, and more. 100% noncustodial and EVM-native.",
head: [ head: [
[ 'meta', { name: 'viewport', content: 'width=device-width, initial-scale=1'}],
[ 'link', { rel: 'icon', href: '/favicon.ico' }], [ 'link', { rel: 'icon', href: '/favicon.ico' }],
[ 'link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }], [ 'link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
[ 'link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }], [ 'link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }],
@@ -47,28 +49,23 @@ export default defineConfig({
sidebar: [ sidebar: [
{ {
text: 'How It Works', text: 'Getting Started',
link: '/how-it-works', items: [
{text: 'How It Works', link: '/how-it-works',},
]
},
{
text: 'Legal',
items: [
{text: 'Terms of Service', link: '/terms-of-service',},
{text: 'Execution Policy', link: '/execution-policy',},
{text: 'Privacy Policy', link: '/privacy-policy',},
]
}, },
// {
// text: 'Examples',
// items: [
// { text: 'Markdown Examples', link: '/markdown-examples' },
// { text: 'Runtime API Examples', link: '/api-examples' }
// ]
// },
{ {
text: 'Fees', text: 'Fees',
link: '/fees', link: '/fees',
}, },
{
text: 'Terms of Service',
link: '/terms-of-service',
},
{
text: 'Execution Policy',
link: '/execution-policy',
},
], ],
socialLinks: [ socialLinks: [

View File

@@ -5,7 +5,7 @@ layout: home
hero: hero:
name: "dexorder" name: "dexorder"
# text: Pro DeFi # text: Pro DeFi
tagline: Power up your Uniswap trading with limit orders, stoplosses, DCA's, breakout orders, and more. 100% noncustodial and EVM-native. tagline: Power up Uniswap with limit orders, stoplosses, DCA's, breakout orders, and more. 100% noncustodial and EVM-native.
actions: actions:
- theme: brand - theme: brand
text: Launch App text: Launch App