@@ -8,7 +8,7 @@ export default defineNuxtConfig({
88 htmlAttrs : {
99 lang : "en" ,
1010 } ,
11- title : "AI Trading Dashboard - Real-Time Crypto Trading Performance" ,
11+ title : "BitNerve - Real-Time Crypto Trading Performance" ,
1212 meta : [
1313 { charset : "utf-8" } ,
1414 { name : "viewport" , content : "width=device-width, initial-scale=1" } ,
@@ -22,14 +22,14 @@ export default defineNuxtConfig({
2222 content :
2323 "AI trading, crypto trading, trading dashboard, portfolio tracker, trading models, cryptocurrency, DeFi, algorithmic trading" ,
2424 } ,
25- { name : "author" , content : "AI Trading Dashboard " } ,
25+ { name : "author" , content : "Arjun Krishna " } ,
2626 { name : "robots" , content : "index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" } ,
2727 { name : "theme-color" , content : "#0a0a0a" } ,
2828
2929 // Open Graph / Social Media Meta Tags
3030 { property : "og:type" , content : "website" } ,
3131 { property : "og:url" , content : "og:url" } ,
32- { property : "og:title" , content : "AI Trading Dashboard - Real-Time Crypto Trading Performance" } ,
32+ { property : "og:title" , content : "BitNerve - Real-Time Crypto Trading Performance" } ,
3333 {
3434 property : "og:description" ,
3535 content :
@@ -38,12 +38,12 @@ export default defineNuxtConfig({
3838 { property : "og:image" , content : "/logo.png" } ,
3939 { property : "og:image:width" , content : "1200" } ,
4040 { property : "og:image:height" , content : "630" } ,
41- { property : "og:site_name" , content : "AI Trading Dashboard " } ,
41+ { property : "og:site_name" , content : "BitNerve " } ,
4242
4343 // Twitter Card Meta Tags
4444 { name : "twitter:card" , content : "summary_large_image" } ,
4545 { name : "twitter:url" , content : "twitter:url" } ,
46- { name : "twitter:title" , content : "AI Trading Dashboard - Real-Time Crypto Trading Performance" } ,
46+ { name : "twitter:title" , content : "BitNerve - Real-Time Crypto Trading Performance" } ,
4747 {
4848 name : "twitter:description" ,
4949 content :
@@ -118,7 +118,7 @@ export default defineNuxtConfig({
118118 innerHTML : JSON . stringify ( {
119119 "@context" : "https://schema.org" ,
120120 "@type" : "WebApplication" ,
121- name : "AI Trading Dashboard " ,
121+ name : "BitNerve " ,
122122 description :
123123 "Real-time monitoring and comparison of AI trading models with cryptocurrency portfolio analytics" ,
124124 url : process . env . NUXT_PUBLIC_SITE_URL || "" ,
@@ -135,22 +135,21 @@ export default defineNuxtConfig({
135135 } ,
136136 } ) ,
137137 } ,
138- // Google Analytics (replace UA-XXXXXXXXX with your actual tracking ID)
139- {
140- async : true ,
141- src : "https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID" ,
142- } ,
143- {
144- innerHTML : `
145- window.dataLayer = window.dataLayer || [];
146- function gtag(){dataLayer.push(arguments);}
147- gtag('js', new Date());
148- gtag('config', 'GA_MEASUREMENT_ID', {
149- page_path: window.location.pathname,
150- });
151- ` ,
152- type : "text/javascript" ,
153- } ,
138+ // {
139+ // async: true,
140+ // src: "https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID",
141+ // },
142+ // {
143+ // innerHTML: `
144+ // window.dataLayer = window.dataLayer || [];
145+ // function gtag(){dataLayer.push(arguments);}
146+ // gtag('js', new Date());
147+ // gtag('config', 'GA_MEASUREMENT_ID', {
148+ // page_path: window.location.pathname,
149+ // });
150+ // `,
151+ // type: "text/javascript",
152+ // },
154153 ] ,
155154 } ,
156155 } ,
@@ -169,7 +168,7 @@ export default defineNuxtConfig({
169168
170169 site : {
171170 url : process . env . NUXT_PUBLIC_SITE_URL ,
172- name : process . env . NUXT_PUBLIC_SITE_NAME ,
171+ name : "BitNerve" ,
173172 } ,
174173
175174 build : {
@@ -201,7 +200,7 @@ export default defineNuxtConfig({
201200 public : {
202201 site : {
203202 url : process . env . NUXT_PUBLIC_SITE_URL ,
204- name : process . env . NUXT_PUBLIC_SITE_NAME ,
203+ name : "BitNerve" ,
205204 } ,
206205 } ,
207206 } ,
0 commit comments