Framework
WordPress, Gatsby.js
This example demonstrates how to deploy a WordPress site to EdgeOne Pages to enhance access speed.
Set up a WordPress service and log in to the console http://xxx.com/wp-admin
Install and enable the following plugins:
# Add .env file and write environment variables
GATSBY_API_URL=http://xxx.com/graphql
# Install dependencies
npm i
# Local debugging
npm run start