Compare commits

...

2 Commits

Author SHA1 Message Date
llaniau 5545dbfad0 Modif next.config.js 2020-10-20 08:50:47 +02:00
llaniau 353128fa8e Suppression balise meta pour mise en prod 2020-10-15 15:12:07 +02:00
2 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const OgHead = props => {
return (
<Head>
<title key="title">{props.seo_title}</title>
<meta name="robots" content="noindex, nofollow"></meta>
{/* <meta name="robots" content="noindex, nofollow"></meta> */}
<meta name="description" kenoindexy="description" content={props.seo_description} />
<meta name="keywords" content={props.seo_key}/>
<meta key="og:url" property="og:url" content={props.seo_url} />
+13 -10
View File
@@ -40,18 +40,21 @@ module.exports = withPlugins(
}],
[{
publicRuntimeConfig: {
//symphonyUrl: 'http://localhost/app_dev.php',
//blogUrl: 'https://blog.talentstube.com',
//frontServerUrl: 'http://localhost:3000',
//cvThequeUrl: 'https://recruteur.talentstube.com',
//symphonyUrl: 'https://recruteur.talentstube.com',
//blogUrl: 'https://blog.talentstube.com',
//frontServerUrl: 'https://www.talentstube.com',
//cvThequeUrl: 'https://recruteur.talentstube.com',
symphonyUrl: 'https://pp.talentstube.com/',
// DEV
// symphonyUrl: 'http://localhost/app_dev.php/',
// blogUrl: 'https://blog.talentstube.com',
// frontServerUrl: 'http://localhost:3000',
// cvThequeUrl: 'https://recruteur.talentstube.com',
// PROD
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',
adListDefaultUrl: '/statique/images/default/default_picture_company.svg',
cachedMediaUrl: '/media/cache/profile_thumb/uploads/img/',
postedContentUrl: '/uploads/img/',