Compare commits
4 Commits
9f0a4b3cca
...
9d5fda2540
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d5fda2540 | |||
| 49284d188d | |||
| 6cede6c696 | |||
| 7d8dc550ba |
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
/src/.vitepress/cache
|
/src/.vitepress/cache
|
||||||
|
/src/.vitepress/dist
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export default defineConfig({
|
|||||||
[ 'link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }],
|
[ 'link', { rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' }],
|
||||||
[ 'link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Victor+Mono:ital,wght@0,100..700;1,100..700&display=swap' }],
|
[ 'link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Victor+Mono:ital,wght@0,100..700;1,100..700&display=swap' }],
|
||||||
],
|
],
|
||||||
transformHead() {
|
transformHead({assets}) {
|
||||||
// put the path of local assets into the <head>
|
// put the path of local assets into the <head>
|
||||||
let fontFile = assets.find(file => /forgotten_futurist\.\w+\.ttf/.test(file))
|
let fontFile = assets.find(file => /forgotten_futurist\.\w+\.ttf/.test(file))
|
||||||
// adjust the regex accordingly for new fonts
|
// adjust the regex accordingly for new fonts
|
||||||
@@ -31,6 +31,7 @@ export default defineConfig({
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
appearance: 'force-dark',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
logo: {
|
logo: {
|
||||||
@@ -81,6 +82,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
// FFS I cannot stop markdown-it from rendering (c) as ©
|
||||||
markdown: {
|
markdown: {
|
||||||
config: (md) => {
|
config: (md) => {
|
||||||
md.disable(['replacements'], false)
|
md.disable(['replacements'], false)
|
||||||
|
|||||||
@@ -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 limits, stoplosses, DCA's, breakout orders, and more. 100% noncustodial and EVM-native.
|
tagline: Power up your Uniswap trading 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
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |