// _customGlobals.tsx export const globalConfig = { siteTitle: 'My Next.js App', apiUrl: process.env.CUSTOM_API_URL, };