diff --git a/superpage/astro.config.mjs b/superpage/astro.config.mjs
index bf1202d..213950d 100644
--- a/superpage/astro.config.mjs
+++ b/superpage/astro.config.mjs
@@ -10,7 +10,6 @@ import react from "@astrojs/react";
import mdx from "@astrojs/mdx";
import pagefind from "astro-pagefind";
-import meili from "./scripts/meili.js";
// https://astro.build/config
export default defineConfig({
@@ -19,7 +18,6 @@ export default defineConfig({
format: "file",
},
integrations: [
- meili(),
pagefind(),
react(),
mdx(),
diff --git a/superpage/src/pages/index.astro b/superpage/src/pages/index.astro
index b9508ab..d4b38f0 100644
--- a/superpage/src/pages/index.astro
+++ b/superpage/src/pages/index.astro
@@ -36,7 +36,7 @@ import mulhercomepi from "~/assets/mulher-com-epi.png";
class="size-6"
/>
-
+