From 65a56807de4ae7157536f28c40b28bae7288ab53 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 17 Feb 2025 20:49:32 -0400 Subject: [PATCH] homepage logo --- src/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 1dd458d..fb75354 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -9,7 +9,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.trade/' }], + // [ 'link', { rel: 'canonical', href: 'https://dexorder.trade/' }], [ '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' }],