From 5d34766105c62e0379dbb608a3d632142677f355 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 19 May 2025 15:47:04 -0400 Subject: [PATCH] put app back on app.dexorder.com and corp site on dexorder.com with www redirecting to apex --- src/.vitepress/config.mts | 2 +- src/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 76f23cd..dad2ee6 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -12,7 +12,7 @@ export default defineConfig({ head: [ [ 'meta', { name: 'viewport', content: 'width=device-width, initial-scale=1'}], [ 'link', { rel: 'icon', href: '/favicon.ico' }], - // [ 'link', { rel: 'canonical', href: 'https://dexorder.com/' }], + [ 'link', { rel: 'canonical', href: 'https://dexorder.com/' }], [ 'link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }], [ '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' }], diff --git a/src/index.md b/src/index.md index b62e891..22b1595 100644 --- a/src/index.md +++ b/src/index.md @@ -9,7 +9,7 @@ hero: actions: - theme: brand text: Launch App - link: https://dexorder.com/ + link: https://app.dexorder.com/ target: dexorder-app - theme: alt text: Documentation