From 1f2aaf5e0d61f892acc2320a6e19b2bfec1e538d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 5 Feb 2024 09:25:59 +0100 Subject: [PATCH] Update README --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3e1b23d..0dabad1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Made with [Nextjs 10](https://nextjs.org/) and [Material-UI 4](https://material-ui.com/) +# Made with [Nextjs 14](https://nextjs.org/) and [Material-UI 5](https://material-ui.com/) ## Prérequis -- Node >= 10.13.0 +- Node >= 16 - [API](https://gitlab.com/cedric-famibelle-pronzola/oki-api) ## Variables d'environement @@ -15,13 +15,3 @@ cp .env.sample .env ``` yarn && yarn dev ``` - -## Création d'un fichier robots.txt - -Voici un exemple de fichier `robots.txt` à créer dans le dossier `/public` - -``` -User-agent: * -Disallow: -Sitemap: https://mon-site.fr/sitemap.xml -```