From af21e5874bd46e15063068e72ce46841c309a22a Mon Sep 17 00:00:00 2001 From: llaniau Date: Mon, 28 Jun 2021 08:57:05 +0200 Subject: [PATCH] MEP V2.11.2 --- nextjs/components/atoms/OgHead.js | 2 +- nextjs/next.config.js | 14 +++++++------- nextjs/pages/Player.js | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nextjs/components/atoms/OgHead.js b/nextjs/components/atoms/OgHead.js index e80015f37..721b41bb0 100644 --- a/nextjs/components/atoms/OgHead.js +++ b/nextjs/components/atoms/OgHead.js @@ -30,7 +30,7 @@ const OgHead = props => { {/* A ENLEVER EN PROD */} - + {/* */} {/* diff --git a/nextjs/next.config.js b/nextjs/next.config.js index 3e4be1cb2..f1154f58b 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.11.2', 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 47f61d05b..b48af9b83 100644 --- a/nextjs/pages/Player.js +++ b/nextjs/pages/Player.js @@ -73,7 +73,7 @@ class Player extends Component { const urlEnv = process.env.NODE_ENV; //pour la MEP {/* A ENLEVER EN PROD */} - let nofollow = true; + let nofollow = false; // urlEnv == "development" ? nofollow = true : nofollow = true; console.log(id);