Commits
Click on a commit to change the comparison rangeRedirect `/` to `/docs` and update config
- Add a permanent redirect from `/` to `/docs` in `next.config.mjs`.
- Remove unused `(home)` layout and page components.
- Update Open Graph metadata for better brand alignment (`site` updated to "fast-url"). [autofix.ci] apply automated fixes12 days ago
by autofix-ci[bot] Normalize codebase indentation, improve consistency, and update config files
- Standardize indentation to 2 spaces across the entire codebase (JSON, TS, TSX, and config files).
- Replace double quotes with single quotes in JavaScript/TypeScript files for alignment with modern conventions.
- Improve readability in metadata and configuration files.
- No functional changes. [autofix.ci] apply automated fixes12 days ago
by autofix-ci[bot] Update homepage URL and add changeset for documentation improvements Add codecov.yml to ignore web/ directory from coverage
Co-authored-by: hckhanh <6380436+hckhanh@users.noreply.github.com>