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