MEP V2.11.2
This commit is contained in:
@@ -30,7 +30,7 @@ const OgHead = props => {
|
||||
<meta name="twitter:image" content={props.image}/>
|
||||
|
||||
{/* A ENLEVER EN PROD */}
|
||||
<meta name="robots" content="noindex, nofollow"></meta>
|
||||
{/* <meta name="robots" content="noindex, nofollow"></meta> */}
|
||||
|
||||
|
||||
{/* <meta httpEquiv='cache-control' content='no-store,no-cache'></meta>
|
||||
|
||||
@@ -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/',
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user