This repository was archived by the owner on Jun 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# 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"
33
44# 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"
66
77# Optional. JWT auth refresh token.
88# 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:
7070
7171``` txt
7272# 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"
7474
7575# 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"
7777
7878# Optional. JWT auth refresh token.
7979#NEXTJS_AUTH_REFRESH_TOKEN=""
You can’t perform that action at this time.
0 commit comments