We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfdf21 commit e3bf40fCopy full SHA for e3bf40f
.env.release
@@ -1,6 +1,6 @@
1
-GATSBY_API_ENDPOINT="https://nasapps.ddns.net/api"
+GATSBY_API_ENDPOINT="https://pubapi.nasapps.net/api"
2
GATSBY_WORKSPACE_API_ENDPOINT="https://pub-workspaceType-workspace.azurewebsites.net"
3
-GATSBY_PROFILING_API_ENDPOINT="https://pub-profiler-collector.azurewebsites.net"
+GATSBY_PROFILING_API_ENDPOINT="https://pubprofiler.nasapps.net"
4
BUILD_PATH_PREFIX="/"
5
BUILD_SITE_URL="https://projectunicorn.net"
6
GATSBY_USE_MOCK=0
package.json
{
"name": "pub",
- "version": "1.7.0",
+ "version": "1.8.0",
"private": true,
"scripts": {
"build": "gatsby build --prefix-paths",
0 commit comments