Skip to content

Commit 327ec5c

Browse files
committed
update wp url
1 parent 477ad2f commit 327ec5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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=""

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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=""

0 commit comments

Comments
 (0)