Skip to content

Commit

Permalink
Merge pull request colbyfayock#590 from amjedidiah/main
Browse files Browse the repository at this point in the history
fix(app): fix for Apollo error
  • Loading branch information
colbyfayock authored Feb 20, 2024
2 parents d487c7b + 7434423 commit 448895c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Add an `.env.local` file to the root with the following:
WORDPRESS_GRAPHQL_ENDPOINT="http://wordpressite.com/graphql"
```

In some cases, the above may not work.
Change it as follows:
```
WORDPRESS_GRAPHQL_ENDPOINT="http://yourhost.com/index.php?graphql
```

## 🚀 Getting Started

### What is this and what does it include?
Expand Down

0 comments on commit 448895c

Please sign in to comment.