Files
Jam Balaya 15d1133b45 examples: update with-plausible README (#73305)
## Description

Follow up #73255.
A custom
[\_app.js](https://nextjs.org/docs/advanced-features/custom-app) is **no
more** used to wrap our app with the
[`PlausibleProvider`](https://github.com/4lejandrito/next-plausible#plausibleprovider-props).
Then delete it and convert
[Header.js](https://github.com/vercel/next.js/blob/canary/examples/with-plausible/_components/Header.js)
to Header.tsx alike other files.

CC: @samcx 

### Adding or Updating Examples

- [x] The "examples guidelines" are followed from our contributing doc
https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- [x] Make sure the linting passes by running `pnpm build && pnpm lint`.
See
https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md

Co-authored-by: Sam Ko <sam@vercel.com>
2024-12-10 06:17:40 +00:00
..