Skip to content

Commit 7434423

Browse files
authored
fix(docs): fix for Apollo error
1 parent d487c7b commit 7434423

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Add an `.env.local` file to the root with the following:
3333
WORDPRESS_GRAPHQL_ENDPOINT="http://wordpressite.com/graphql"
3434
```
3535

36+
In some cases, the above may not work.
37+
Change it as follows:
38+
```
39+
WORDPRESS_GRAPHQL_ENDPOINT="http://yourhost.com/index.php?graphql
40+
```
41+
3642
## 🚀 Getting Started
3743

3844
### What is this and what does it include?

0 commit comments

Comments
 (0)