Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
more config, less error
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Apr 14, 2021
1 parent 511cbac commit e135627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogfood/sites/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "NEXT_PUBLIC_CMS_URL=https://api.cueblox.com/api/; next build && next export",
"build": "NEXT_PUBLIC_CMS_URL=https://api.cueblox.com/api/graphql; next build && next export",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit e135627

Please sign in to comment.