Comment arrêter une image répétée dans CSS

body {
  background-image: url("image.jpg");
  background-repeat: no-repeat;
}
abdullah