diff --git a/.editorconfig b/.editorconfig
index fc746ad..16d5cc4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,6 +1,6 @@
root = true
-[*.vue]
+[*.{vue,astro}]
charset = utf-8
indent_style = space
indent_size = 2
diff --git a/src/components/BgGrid.astro b/src/components/BgGrid.astro
index 65f51c6..4f1f910 100644
--- a/src/components/BgGrid.astro
+++ b/src/components/BgGrid.astro
@@ -1,24 +1,34 @@
-
diff --git a/src/components/Card.astro b/src/components/Card.astro
index 133f6fb..38cfb27 100644
--- a/src/components/Card.astro
+++ b/src/components/Card.astro
@@ -36,7 +36,7 @@ const { imageCover, imageHeight, imageWidth, imageLoading = "lazy" } = Astro.pro
-
diff --git a/src/layouts/HomeLayout.astro b/src/layouts/HomeLayout.astro
index 1793ed5..23416a3 100644
--- a/src/layouts/HomeLayout.astro
+++ b/src/layouts/HomeLayout.astro
@@ -84,16 +84,16 @@ const websiteDomain = "alexcreates.fr"
-
+
-
+
- {hasParticles &&
-
- }
+ {hasParticles &&
+
+ }
- {hasGrid &&
-
- }
+ {hasGrid &&
+
+ }