File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ After installing and activating the plugin:
1717
18181 . Go to Settings > Next.js Revalidation in your WordPress admin
19192 . Enter your Next.js site URL (without trailing slash)
20- 3 . Create a secure webhook secret (a random string)
20+ 3 . Create a secure webhook secret (a random string), you can use ` openssl rand -base64 32 ` to generate one
21214 . Save your settings
2222
2323### 2. Next.js Environment Variables
@@ -50,4 +50,4 @@ If revalidation isn't working:
50501 . Check that your Next.js URL is correct in the plugin settings
51512 . Verify the webhook secret matches in both WordPress and Next.js
52523 . Check your server logs for any errors in the API route
53- 4 . Enable notifications in the plugin settings to see revalidation status
53+ 4 . Enable notifications in the plugin settings to see revalidation status
You can’t perform that action at this time.
0 commit comments