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
export default defineConfig({
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: [
[ 'meta', { name: 'viewport', content: 'width=device-width, initial-scale=1'}],
[ 'link', { rel: 'icon', href: '/favicon.ico' }],
[ 'link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
[ 'link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }],
@@ -47,28 +49,23 @@ export default defineConfig({
sidebar: [
{
text: 'How It Works',
link: '/how-it-works',
text: 'Getting Started',
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',
link: '/fees',
},
{
text: 'Terms of Service',
link: '/terms-of-service',
},
{
text: 'Execution Policy',
link: '/execution-policy',
},
],
socialLinks: [

View File

@@ -5,7 +5,7 @@ layout: home
hero:
name: "dexorder"
# 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:
- theme: brand
text: Launch App