File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import UserMenu from './UserMenu/UserMenu';
99import { useSession } from 'next-auth/react' ;
1010import { useState } from 'react' ;
1111import {
12- < << << << HEAD
1312 Bullseye ,
1413 Spinner ,
1514 Masthead ,
@@ -33,14 +32,12 @@ import {
3332import { BarsIcon } from '@patternfly/react-icons' ;
3433import ThemePreference from '@/components/ThemePreference/ThemePreference' ;
3534import '../styles/globals.scss' ;
36- = === ===
3735 PROD_DEPLOYMENT_ENVIRONMENT ,
3836 PROD_METRICS_WEBSITE_ID ,
3937 QA_DEPLOYMENT_ENVIRONMENT ,
4038 QA_METRICS_WEBSITE_ID ,
4139 UMAMI_METRICS_SCRIPT_SOURCE
4240} from '../types/const' ;
43- > >>> >>> 1 d9ee15 ( add umami tracking codes via script tags )
4441
4542interface IAppLayout {
4643 children : React . ReactNode ;
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ export const BASE_BRANCH = 'main';
1010// Umami metrics constants
1111export const PROD_DEPLOYMENT_ENVIRONMENT = 'ui.instructlab.ai' ;
1212export const PROD_METRICS_WEBSITE_ID = 'e20a625c-c3aa-487b-81ec-79525ecec36b' ;
13- // export const QA_DEPLOYMENT_ENVIRONMENT = 'qa.ui.instructlab.ai';
14- export const QA_DEPLOYMENT_ENVIRONMENT = 'localhost' ;
13+ export const QA_DEPLOYMENT_ENVIRONMENT = 'qa.ui.instructlab.ai' ;
1514export const QA_METRICS_WEBSITE_ID = '013a7037-2576-4dc9-95e2-a48c234680cb' ;
1615export const UMAMI_METRICS_SCRIPT_SOURCE =
1716 'https://umami-umami.ui-instructlab-ai-0e3e0ef4c9c6d831e8aa6fe01f33bfc4-0000.us-south.containers.appdomain.cloud/script.js' ;
You can’t perform that action at this time.
0 commit comments