fix quotes
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user