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 -```