diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 0000000..185a2da
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -0,0 +1,4 @@
+# Biome formatter migration — bulk formatting changes
+# To use: git config blame.ignoreRevsFile .git-blame-ignore-revs
+# GitHub uses this file automatically.
+f2f648acfa64e14f9fabb51419e6b0922adb60fe
diff --git a/apps/docs/app/(home)/layout.tsx b/apps/docs/app/(home)/layout.tsx
index cf05597..45ec0eb 100644
--- a/apps/docs/app/(home)/layout.tsx
+++ b/apps/docs/app/(home)/layout.tsx
@@ -1,7 +1,7 @@
-import { HomeLayout } from 'fumadocs-ui/layouts/home';
-import { baseOptions } from '@/lib/layout.shared';
-import type { ReactNode } from 'react';
+import { HomeLayout } from 'fumadocs-ui/layouts/home'
+import type { ReactNode } from 'react'
+import { baseOptions } from '@/lib/layout.shared'
export default function Layout({ children }: { children: ReactNode }) {
- return {children};
+ return {children}
}
diff --git a/apps/docs/app/(home)/page.tsx b/apps/docs/app/(home)/page.tsx
index 2125a48..9e42fd2 100644
--- a/apps/docs/app/(home)/page.tsx
+++ b/apps/docs/app/(home)/page.tsx
@@ -1,18 +1,13 @@
-import Link from 'next/link';
+import Link from 'next/link'
export default function HomePage() {
return (
-
- surf-kit
-
-
- AI-First Design System
-
+
surf-kit
+
AI-First Design System
- Purpose-built components for agent interfaces. Trust through
- transparency, accessible by default, enterprise-grade theming, and a
- composable architecture.
+ Purpose-built components for agent interfaces. Trust through transparency, accessible by
+ default, enterprise-grade theming, and a composable architecture.