getting rid of crap, fixing errors

This commit is contained in:
2024-12-18 15:59:44 -05:00
parent 587f183ffa
commit 336481f3ba
39 changed files with 135 additions and 246 deletions

5
src/customGlobals.ts Normal file
View File

@@ -0,0 +1,5 @@
// _customGlobals.tsx
export const globalConfig = {
siteTitle: 'My Next.js App',
apiUrl: process.env.CUSTOM_API_URL,
};