diff --git a/public/opengraph-seo.png b/public/opengraph-seo.png
new file mode 100644
index 00000000..a0737c61
Binary files /dev/null and b/public/opengraph-seo.png differ
diff --git a/public/opengraph.png b/public/opengraph.png
deleted file mode 100644
index 17d3140d..00000000
Binary files a/public/opengraph.png and /dev/null differ
diff --git a/src/app/features/activity/pages/activity-details/activity-details.component.html b/src/app/features/activity/pages/activity-details/activity-details.component.html
index 051187ec..2b0e1ea7 100644
--- a/src/app/features/activity/pages/activity-details/activity-details.component.html
+++ b/src/app/features/activity/pages/activity-details/activity-details.component.html
@@ -13,7 +13,7 @@
[ngClass]="{
hidden: nav.chosen === 'Activité' && (screenWidth$ | async) < 900,
'show-association': nav.chosen === 'Association' || nav.chosen === 'Activité',
- 'show-messages': nav.chosen === 'Messages'
+ 'show-messages': nav.chosen === 'Messages',
}">
diff --git a/src/app/features/profile/components/voluntary/voluntary-about/voluntary-about.component.ts b/src/app/features/profile/components/voluntary/voluntary-about/voluntary-about.component.ts
index dfc9b3ee..45b11a19 100644
--- a/src/app/features/profile/components/voluntary/voluntary-about/voluntary-about.component.ts
+++ b/src/app/features/profile/components/voluntary/voluntary-about/voluntary-about.component.ts
@@ -11,7 +11,7 @@ import { MAX_LENGTH, MIN_LENGTH, PHONE_REGEX } from 'src/app/features/authentica
import { UserType, VoluntaryLogin } from 'src/app/features/authentication/models/user.model';
import { AuthFacade } from 'src/app/features/authentication/services/auth-facade.service';
import { AuthService } from 'src/app/features/authentication/services/auth.service';
-import { environment } from 'src/environments/environment.development';
+import { environment } from 'src/environments/environment';
import { VoluntaryUpdateRequestDTO } from '../../../models/update-request-dto.models';
import { VoluntaryProfileService } from '../../../services/voluntary-profil.service';
import { EditableFieldComponent } from '../../editable-field/editable-field.component';
diff --git a/src/app/features/profile/services/voluntary-profil.service.ts b/src/app/features/profile/services/voluntary-profil.service.ts
index 8a3084dc..775202ff 100644
--- a/src/app/features/profile/services/voluntary-profil.service.ts
+++ b/src/app/features/profile/services/voluntary-profil.service.ts
@@ -1,7 +1,7 @@
import { HttpClient } from '@angular/common/http';
import { Injectable, inject } from '@angular/core';
import { Observable } from 'rxjs';
-import { environment } from 'src/environments/environment.development';
+import { environment } from 'src/environments/environment';
import { VoluntaryLogin } from '../../authentication/models/user.model';
import { VoluntaryUpdateRequestDTO } from '../models/update-request-dto.models';
diff --git a/src/index.html b/src/index.html
index 1b2fb06e..9c780f6b 100644
--- a/src/index.html
+++ b/src/index.html
@@ -12,7 +12,7 @@
-
+
@@ -24,14 +24,14 @@
-
-
+
+
-
+
@@ -46,11 +46,18 @@
"@context": "https://schema.org",
"@type": "WebSite",
"name": "A l'asso",
- "url": "https://www.alasso.fr/",
- "potentialAction": {
- "@type": "SearchAction",
- "target": "https://www.alasso.fr/recherche?q={search_term_string}",
- "query-input": "required name=search_term_string"
+ "url": "https://a-l-asso.fr/",
+ "image": "https://a-l-asso.fr/opengraph-seo.png",
+ "description": "Rejoignez facilement une association et participez à des activités solidaires locales ou à distance.",
+ "email": "alasso.cda@gmail.com",
+ "telephone": "+33 6 89 58 32 48",
+ "address": {
+ "@type": "PostalAddress",
+ "streetAddress": "32 Route de Portillon",
+ "addressLocality": "Vertou",
+ "postalCode": "44120",
+ "addressRegion": "Pays de la Loire",
+ "addressCountry": "FR"
}
}