Commit Graph

5 Commits

Author SHA1 Message Date
Lee Robinson 3e7a510fa4 docs: opengraph-image files work with the node.js runtime (#75274)
Co-authored-by: Jiachi Liu <inbox@huozhi.im>
2025-01-24 15:08:13 +00:00
Balázs Orbán 0ffc5f7b59 Revert "docs: change NextAuth.js to Auth.js" (#72257) 2024-11-04 11:42:54 +00:00
Jam Balaya 94eca4bb56 docs: change NextAuth.js to Auth.js (#72201)
## Summary
[`NextAuth.js`](https://next-auth.js.org/) is becoming
[`Auth.js`](https://authjs.dev/)!
Then update new documentation link.

### Improving Documentation

- [x] Run `pnpm prettier-fix` to fix formatting issues before opening
the PR.
- [x] Read the Docs Contribution Guide to ensure your contribution
follows the docs guidelines:
https://nextjs.org/docs/community/contribution-guide

Co-authored-by: Zack Tanner <1939140+ztanner@users.noreply.github.com>
2024-11-03 16:05:40 +00:00
Steven 4466ba436b chore(examples): use default prettier for examples/templates (#60530)
## Description
This PR ensures that the default prettier config is used for examples
and templates.

This config is compatible with `prettier@3` as well (upgrading prettier
is bigger change that can be a future PR).

## Changes
- Updated `.prettierrc.json` in root with `"trailingComma": "es5"` (will
be needed upgrading to prettier@3)
- Added `examples/.prettierrc.json` with default config (this will
change every example)
- Added `packages/create-next-app/templates/.prettierrc.json` with
default config (this will change every template)

## Related

- Fixes #54402
- Closes #54409
2024-01-11 16:01:44 -07:00
Lee Robinson 4225da8cba examples: Add new NextAuth.js example (#56914) 2023-12-23 10:21:26 -06:00