Stylizacja, zmiana mapy zasięgu
This commit is contained in:
@@ -9,7 +9,6 @@ const {
|
||||
ctas = []
|
||||
} = Astro.props;
|
||||
|
||||
// Automatyczne wczytanie wszystkich obrazów hero
|
||||
const images = import.meta.glob<{ default: ImageMetadata }>('/src/assets/hero/*.{png,jpg,jpeg,webp,avif}', {
|
||||
eager: true
|
||||
});
|
||||
@@ -44,7 +43,6 @@ const isLCP = true;
|
||||
)}
|
||||
|
||||
<div class="f-hero-inner">
|
||||
|
||||
{Array.isArray(title)
|
||||
? title.map(line => (
|
||||
<h1>{line}</h1>
|
||||
|
||||
Reference in New Issue
Block a user