Skip to content

Commit e3fa656

Browse files
committed
chore: add faq section to README
1 parent 52dc51d commit e3fa656

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This build plugin is a utility for supporting Next.js on Netlify. To enable serv
2020
- [Custom Netlify Functions](#custom-netlify-functions)
2121
- [Publish Directory](#publish-directory)
2222
- [Custom Netlify Redirects](#custom-netlify-redirects)
23+
- [FAQ](#faq)
2324
- [Caveats](#caveats)
2425
- [Credits](#credits)
2526
- [Showcase](#showcase)
@@ -130,6 +131,12 @@ The precedence of these rules are:
130131

131132
Read more about [Netlify redirects](https://docs.netlify.com/routing/redirects/) in our docs.
132133

134+
## FAQ
135+
136+
**Q: What can I do if my builds fail suddenly from a broken plugin release or plugin dependency?**
137+
A: Check out the plugin's [releases](https://github.com/netlify/netlify-plugin-nextjs/releases). You can manually install `npm install -D @netlify/[email protected]` at the last working version.
138+
Once a new working release is out, you can uninstall the plugin at this locked version (`npm uninstall -D @netlify/plugin-nextjs`), which will re-enable Netlify's build system to use the latest plugin version by default.
139+
133140
## Caveats
134141

135142
### Versions

0 commit comments

Comments
 (0)