diff --git a/nextjs/components/atoms/OgHead.js b/nextjs/components/atoms/OgHead.js
index 601862b7e..02c9bff93 100644
--- a/nextjs/components/atoms/OgHead.js
+++ b/nextjs/components/atoms/OgHead.js
@@ -27,7 +27,7 @@ const OgHead = props => {
-
+ {/* */}
{/*
*/}
diff --git a/nextjs/next.config.js b/nextjs/next.config.js
index 211b98f33..131c0749c 100644
--- a/nextjs/next.config.js
+++ b/nextjs/next.config.js
@@ -46,15 +46,15 @@ module.exports = withPlugins(
// frontServerUrl: 'http://localhost:3000',
// cvThequeUrl: 'https://recruteur.talentstube.com',
// PROD
- // symphonyUrl: 'https://recruteur.talentstube.com/',
- // blogUrl: 'https://blog.talentstube.com',
- // frontServerUrl: 'https://www.talentstube.com/',
- // cvThequeUrl: 'https://recruteur.talentstube.com',
- // PRE PROD
- symphonyUrl: 'https://pp.talentstube.com/',
+ symphonyUrl: 'https://recruteur.talentstube.com/',
blogUrl: 'https://blog.talentstube.com',
- frontServerUrl: 'https://pp.app.talentstube.com/',
+ frontServerUrl: 'https://www.talentstube.com/',
cvThequeUrl: 'https://recruteur.talentstube.com',
+ // PRE PROD
+ // symphonyUrl: 'https://pp.talentstube.com/',
+ // blogUrl: 'https://blog.talentstube.com',
+ // frontServerUrl: 'https://pp.app.talentstube.com/',
+ // cvThequeUrl: 'https://recruteur.talentstube.com',
version : 'V2.7.5',
adListDefaultUrl: '/statique/images/default/default_picture_company.jpg',
cachedMediaUrl: '/media/cache/profile_thumb/uploads/img/',
diff --git a/nextjs/pages/Player.js b/nextjs/pages/Player.js
index 5d07f7b99..816941b46 100644
--- a/nextjs/pages/Player.js
+++ b/nextjs/pages/Player.js
@@ -94,8 +94,8 @@ class Player extends Component {