mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
5 lines
129 B
TypeScript
5 lines
129 B
TypeScript
|
|
// _customGlobals.tsx
|
||
|
|
export const globalConfig = {
|
||
|
|
siteTitle: 'My Next.js App',
|
||
|
|
apiUrl: process.env.CUSTOM_API_URL,
|
||
|
|
};
|