fix quotes

This commit is contained in:
2019-10-14 10:31:44 +02:00
parent ed74d6f882
commit 2b5e024bd0
+1 -3
View File
@@ -42,8 +42,7 @@ module.exports = withPlugins(
publicRuntimeConfig: {
symphonyUrl: 'https://www.talentstube.com',
frontServerUrl: 'https://pp.app.talentstube.com',
enableVideo: true,
adListDefaultUrl: "/static/images/default/default_picture_company.svg",
adListDefaultUrl: '/static/images/default/default_picture_company.svg',
cachedMediaUrl: '/media/cache/profile_thumb/uploads/img/',
postedContentUrl: '/uploads/img/',
}
@@ -77,7 +76,6 @@ module.exports = withPlugins(
config.plugins.push(new Dotenv());
// console.info(config);
return config
}
},