Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/blume.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default defineConfig({
theme: { accent: "teal", radius: "md", mode: "system" },
search: {
provider: "orama",
// Keep Cmd+K empty-state in sync with custom Search + 404.
// Cmd+K empty-state + shared with 404 via CURATED_POPULAR.
popular: CURATED_POPULAR.map(({ route, label }) => ({
href: route,
label,
Expand Down
2 changes: 0 additions & 2 deletions apps/docs/components.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineComponents } from "blume";

import Pagination from "./components/blume/Pagination.astro";
import Search from "./components/blume/Search.astro";
import RecipeCodeBlock from "./components/RecipeCodeBlock.astro";

export default defineComponents({
Expand All @@ -16,6 +15,5 @@ export default defineComponents({
// Use the theme radius token (rounded-blume) instead of the built-in pills
// (rounded-full) — softer corners that match the table/install cards.
Pagination,
Search,
},
});
Loading
Loading