Skip to content

Commit

Permalink
Merge pull request #7 from parceiroti/devel
Browse files Browse the repository at this point in the history
fix: banner not appearing when using opengraph
  • Loading branch information
retrozinndev committed May 1, 2024
2 parents 049b836 + beed16b commit b4a45f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import MainLayout from '../layouts/MainLayout.astro';
import Footer from '../components/Footer.astro';
---

<MainLayout page="Início" description="Soluções em TI, CFTV e tecnologia. Parceiro TI" banner="/main_banner.png">
<MainLayout page="Início" description="Soluções em TI, CFTV e tecnologia. Parceiro TI" banner="/public/main_banner.png">
<body>
<div class="top-banner img-center" id="top">
<img style="width:98%;height:100%;" src="/main_banner.jpg">
Expand Down Expand Up @@ -84,4 +84,4 @@ import Footer from '../components/Footer.astro';
background-color: rgba(255, 255, 255, 0.290);
padding: 10px;
}
</style>
</style>

0 comments on commit b4a45f3

Please sign in to comment.