corp meta tags
This commit is contained in:
@@ -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: [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user