Skip to content

Commit

Permalink
update wordpress url
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Aug 4, 2023
1 parent 1541e2e commit 467951b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GOOGLE_MAPS_API_KEY=""
WEATHERAPI_KEY=""
NEXT_PUBLIC_WORDPRESS_URL="https://nextjswp.dreamhosters.com/graphql"
NEXT_PUBLIC_WORDPRESS_URL="https://wordpress.nextjswp.com/graphql"
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Configure the `.env.local` file:
```text
GOOGLE_MAPS_API_KEY="YOUR-KEY-HERE"
WEATHERAPI_KEY="YOUR-KEY-HERE"
NEXT_PUBLIC_WORDPRESS_URL="https://nextjswp.dreamhosters.com/graphql"
NEXT_PUBLIC_WORDPRESS_URL="https://wordpress.nextjswp.com/graphql"
```

Both services offer free plans. You can get your own keys here:
Expand Down

1 comment on commit 467951b

@vercel
Copy link

@vercel vercel bot commented on 467951b Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.