Step 4. Update environment variables.
Setup environment variables:
# Your WordPress site URL
NEXT_PUBLIC_WORDPRESS_URL=https://faustexample.wpengine.com
# Plugin secret found in WordPress Settings->Faust
FAUST_SECRET_KEY=YOUR_PLUGIN_SECRET
# Your frontend NextJS site URL.
NEXT_PUBLIC_URL=http://localhost:3000
# Enable or disable the RTL mode
NEXT_PUBLIC_SITE_DIRECTION="ltr"
PreviousStep 3. Check Your Permalinks and WPGraphQL SettingsNextStep 5. Deploying the Ncmaz-Faust to Vercel
Last updated