Skip to content

Commit

Permalink
fix: meta title
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Feb 6, 2024
1 parent 7e71b6e commit e3a20bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require("dotenv").config({

module.exports = {
siteMetadata: {
title: `Recosanté - Informez-vous sur comment l'impact de l'environnement sur votre santé, et agissez.`,
title: `Recosanté - Voyez l'impact de l'environnement sur votre santé, et agissez.`,
author: `Recosante`,
description: `Télécharger l’application Recosanté.`,
siteUrl: `https://recosante.beta.gouv.fr`,
Expand Down
10 changes: 5 additions & 5 deletions frontend/src/pages/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ const IOS_URL = `https://apps.apple.com/fr/app/id${IOS_APP_ID}`;

export default function Download() {
return (
<Web title="Recosanté - Informez-vous sur comment l'impact de l'environnement sur votre santé, et agissez.">
<Helmet title="Recosanté - Informez-vous sur comment l'impact de l'environnement sur votre santé, et agissez.">
<Web title="Recosanté - Voyez l'impact de l'environnement sur votre santé, et agissez.">
<Helmet title="Recosanté - Voyez l'impact de l'environnement sur votre santé, et agissez.">
<meta charset="UTF-8" />
<title>
Recosanté - Informez-vous sur comment l'impact de l'environnement sur
votre santé, et agissez.
Recosanté - Voyez l'impact de l'environnement sur votre santé, et
agissez.
</title>
<meta
property="og:title"
content="Recosanté - Informez-vous sur comment l'impact de l'environnement sur votre santé, et agissez."
content="Recosanté - Voyez l'impact de l'environnement sur votre santé, et agissez."
key="Download"
/>
<meta
Expand Down

0 comments on commit e3a20bd

Please sign in to comment.