Skip to content

Commit b79cf03

Browse files
committed
update doc
1 parent 5cee9f5 commit b79cf03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This guide walks you through installing, configuring, and running the Alexander
4747
- `NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID`
4848
- `NEXT_PUBLIC_SENTRY_DSN` (if Sentry is used in your environment).
4949

50-
Set these keys as environment variables during development (commonly via a local untracked [`.env.example`](../../.env.example) template). Do not commit real secrets to git.
50+
Set these keys as environment variables during development (commonly via a local untracked `.env` file). Do not commit real secrets to git.
5151

5252
- **Path Aliases:**
5353
- Use TypeScript aliases (see [`tsconfig.json`](../../tsconfig.json)). The project exposes aliases like `@components`, `@data`, `@configs`, `@helpers`, and `@images` for cleaner imports.

0 commit comments

Comments
 (0)