add resetStyles

This commit is contained in:
2025-04-25 21:04:26 -03:00
parent 5ef150dcdc
commit 98f442d1de
2 changed files with 1 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ import react from "@astrojs/react";
import mdx from "@astrojs/mdx"; import mdx from "@astrojs/mdx";
import pagefind from "astro-pagefind"; import pagefind from "astro-pagefind";
import meili from "./scripts/meili.js";
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({
@@ -19,7 +18,6 @@ export default defineConfig({
format: "file", format: "file",
}, },
integrations: [ integrations: [
meili(),
pagefind(), pagefind(),
react(), react(),
mdx(), mdx(),

View File

@@ -36,7 +36,7 @@ import mulhercomepi from "~/assets/mulher-com-epi.png";
class="size-6" class="size-6"
/> />
</label> </label>
<Search uiOptions={{ showImages: false }} /> <Search uiOptions={{ showImages: false, resetStyles: true }} />
</div> </div>
</div> </div>