Jak zatrzymać powtarzanie obrazu w CSS

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