image in twitter when sharing content

I have a page with an image, but when I share it on twitter the picture does not show up, as it does in other sites

...
<main id="main">

    <section class="single-page">
      
        <div class="container" data-aos="fade-up">
          <div class="row">
            <div class="col-lg-8">
                <h2 >Lorem Ipsum is not simply random </h2>
              <div class="d-flex align-items-center details-post-data">
                <div class="post-meta d-flex">
                  <p class="post-author">Mystic Rivers </p>
                  <p class="post-sperator"> - </p>
                  <p class="post-date">
                    <time datetime="2023-01-01">02-04-2024 16:00</time>
                  </p>
                </div>
                  <p><br/>&nbsp;</p>
              </div>
              <div class="col-lg-12">
                <img src="/assets/images/blog/saturn.jpg" class="img-fluid rounded-4 mb-4"  />
              </div>
...

enter image description here