diff --git a/nuxt.config.js b/nuxt.config.js
index 165d82305c..7b77c110ae 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -4,8 +4,7 @@ import pkg from './package.json'
* Default environment variables are set on this key. Defaults are fallbacks to existing env vars.
*/
export const env = {
- apiUrl:
- process.env.API_URL || 'https://api-dev.creativecommons.engineering/v1/',
+ apiUrl: process.env.API_URL || 'https://api.creativecommons.engineering/v1/',
socialSharing: process.env.SOCIAL_SHARING || true,
enableGoogleAnalytics: process.env.ENABLE_GOOGLE_ANALYTICS || false,
googleAnalyticsUA: process.env.GOOGLE_ANALYTICS_UA || 'UA-2010376-36',
diff --git a/src/components/HeroSection.vue b/src/components/HeroSection.vue
index ee6adc4195..9438320542 100644
--- a/src/components/HeroSection.vue
+++ b/src/components/HeroSection.vue
@@ -77,21 +77,6 @@