Hi there,
I was trying to understand how to use
[examples/github-pages](https://github.com/vercel/next.js/tree/canary/examples/github-pages)
and when I followed the instructions my page was rendering without
stylesheets.
I found the extant README content to be clear, but after I found
https://github.com/vercel/next.js/discussions/38777 I was able to
understand what the current content meant, so I thought it would be
helpful to add this to the original example.
Open to edits on content or clarity.
Thanks!
---------
Co-authored-by: JJ Kasper <jj@jjsweb.site>
Strategized with @balazsorban44 to open one larger PR, with changes to individual examples as separate commits.
For each example, I researched how multiple realworld codebases use the featured technology with TypeScript, to thoughtfully convert them by hand - nothing automated whatsoever.
## Documentation / Examples
- [X] Make sure the linting passes by running `pnpm lint`
- [X] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)