Skip to content

Commit 448895c

Browse files
authored
Merge pull request #590 from amjedidiah/main
fix(app): fix for Apollo error
2 parents d487c7b + 7434423 commit 448895c

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)