Skip to content

Commit

Permalink
Merge pull request #157 from oskariorg/nextjs-folder
Browse files Browse the repository at this point in the history
Add note about .next folder
  • Loading branch information
ZakarFin authored Oct 22, 2024
2 parents bcabf39 + 64ccffa commit ceebc14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ This:
- shovels in everything under `oskari-documentation` to `_content/docs/[version]/`
- copies `ReleaseNotes.md` and `api/CHANGELOG.md` to `_content/docs/[version]/[ordinal] Changelog/`

## FAQ

Q. Somethings doesn't seem to work properly. What can I do?

A. Try removing the `.next` folder from the repository root that has been generated by the last time the application was built. Run build again and check if it helped (most unusual problems are fixed by this).

## Learn More

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Expand Down

0 comments on commit ceebc14

Please sign in to comment.