File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# WordPress GraphQL URL. No trailing slash.
2
- NEXT_PUBLIC_WORDPRESS_GRAPHQL_URL = " https://wordpress .nextjswp.com/graphql"
2
+ NEXT_PUBLIC_WORDPRESS_GRAPHQL_URL = " https://blog .nextjswp.com/graphql"
3
3
4
4
# WordPress REST API URL. No trailing slash.
5
- NEXT_PUBLIC_WORDPRESS_REST_API_URL = " https://wordpress .nextjswp.com/wp-json/wp/v2"
5
+ NEXT_PUBLIC_WORDPRESS_REST_API_URL = " https://blog .nextjswp.com/wp-json/wp/v2"
6
6
7
7
# Optional. JWT auth refresh token.
8
8
# NEXTJS_AUTH_REFRESH_TOKEN=""
Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ Customize the URLs in `.env.local` to match your WordPress setup:
70
70
71
71
``` txt
72
72
# WordPress GraphQL API URL. No trailing slash.
73
- NEXT_PUBLIC_WORDPRESS_GRAPHQL_URL="https://wordpress .nextjswp.com/graphql"
73
+ NEXT_PUBLIC_WORDPRESS_GRAPHQL_URL="https://blog .nextjswp.com/graphql"
74
74
75
75
# WordPress REST API URL. No trailing slash.
76
- NEXT_PUBLIC_WORDPRESS_REST_API_URL="https://wordpress .nextjswp.com/wp-json/wp/v2"
76
+ NEXT_PUBLIC_WORDPRESS_REST_API_URL="https://blog .nextjswp.com/wp-json/wp/v2"
77
77
78
78
# Optional. JWT auth refresh token.
79
79
#NEXTJS_AUTH_REFRESH_TOKEN=""
You can’t perform that action at this time.
0 commit comments