# Environment Variables Template # Blog API URL # The base URL for the blog API endpoints # If not set, defaults to /api/blog VITE_BLOG_API_URL=http://localhost:8080/api/blog # Add other environment variables as needed