diff --git a/app/templates/application.hbs b/app/templates/application.hbs
index e8c65f90..1a4c854c 100644
--- a/app/templates/application.hbs
+++ b/app/templates/application.hbs
@@ -1,4 +1,3 @@
-
In an effort to better serve the needs of users like you, we'd like to hear from you about how we can improve services like this site.
Click here to sign up.
{{#link-to 'index'}}Population FactFinder{{/link-to}}
diff --git a/config/environment.js b/config/environment.js
index f0cd582f..ab04e8d7 100644
--- a/config/environment.js
+++ b/config/environment.js
@@ -160,8 +160,8 @@ if (environment === 'local-api') {
}
if (environment === 'production') {
- ENV['mapbox-gl'].map.style = 'https://labs-layers-api.herokuapp.com/v1/base/style.json';
- ENV['ember-mapbox-composer'].host = 'https://labs-layers-api.herokuapp.com';
+ ENV['mapbox-gl'].map.style = 'https://layers-api.planninglabs.nyc/v1/base/style.json';
+ ENV['ember-mapbox-composer'].host = 'https://layers-api.planninglabs.nyc';
ENV.SupportServiceHost = process.env.API_URL || 'https://factfinder-api.herokuapp.com';
}