Skip to content

Commit 610a5b8

Browse files
committed
update doc again
1 parent 505b0fe commit 610a5b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/architecture/configs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Configs manage environment variables, service integrations, and global settings
1414
- `firebase.test.ts`: Test configuration for Firebase
1515
- **Related config files:**
1616
- `.env`: Environment variables (API keys, secrets)
17-
- `next.config.js`: Next.js build/runtime config
18-
- [sentry.client.config.ts](../../sentry.client.config.ts), [sentry.server.config.ts](../../sentry.server.config.ts), [sentry.edge.config.ts](../../sentry.edge.config.ts): Sentry error tracking
17+
- [`next.config.js`](../../next.config.js): Next.js build/runtime config
18+
- [`sentry.client.config.ts`](../../sentry.client.config.ts), [`sentry.server.config.ts`](../../sentry.server.config.ts), [`sentry.edge.config.ts`](../../sentry.edge.config.ts): Sentry error tracking
1919

2020
## Usage Examples
2121

0 commit comments

Comments
 (0)