Environment Variables
Variables allow you to store sensitive information and configuration settings outside of your code.
WORDPRESS_API_URL=https://example.com/wp-json/wp/v2Store your WordPress URL and secrets securely. Learn how to use .env files and configure environment variables in Vercel.
Variables allow you to store sensitive information and configuration settings outside of your code.
WORDPRESS_API_URL=https://example.com/wp-json/wp/v2