-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add error message for missing NEXT_PUBLIC_BASE_URL
- Loading branch information
Showing
9 changed files
with
33 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
NEXT_PUBLIC_BASE_URL="" #https://sanitypress.dev | ||
NEXT_PUBLIC_BASE_URL="" # https://sanitypress.dev | ||
|
||
NEXT_PUBLIC_SANITY_PROJECT_ID="" #abcdefgh | ||
NEXT_PUBLIC_SANITY_DATASET="" #production | ||
NEXT_PUBLIC_SANITY_PROJECT_ID="" # abcdefgh | ||
NEXT_PUBLIC_SANITY_DATASET="" # production | ||
|
||
SANITY_API_READ_TOKEN="" #"Viewer" token from https://sanity.io/manage | ||
SANITY_API_READ_TOKEN="" # "Viewer" token from https://sanity.io/manage | ||
|
||
NEXT_PUBLIC_GITHUB_TOKEN="" #recommended to add to display GitHub stars & forks | ||
NEXT_PUBLIC_GITHUB_TOKEN="" # recommended to add to display GitHub stars & forks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanitypress", | ||
"version": "6.2.14", | ||
"version": "6.2.15", | ||
"description": "An impressive Next.js + Sanity.io starter template", | ||
"author": "nuotsu <[email protected]> (https://nuotsu.dev)", | ||
"license": "ISC", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters