export const GQL_STATE_ID = 'gql-state'; export const SSR_PAGES = 'ssr-pages'; export const BACKEND = 'https://ce-2-3-1.demo.wearejh.com/graphql'; export const BACKEND_DOMAIN = 'https://ce-2-3-1.demo.wearejh.com'; export const NOT_FOUND_NAME = 'NotFound'; export const NOT_FOUND_PATH = 'NotFound.tsx'; export const UNKNOWN_CHUNK = '@@unknown'; // account/Login.tsx -> account-Login_Page // account/index.tsx -> account-index_Page // customer/Dashboard.tsx -> customer-Dashboard_Page // account/orders/[id]/index.tsx -> // account/orders/index.tsx -> account-orders-index_Page