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
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@mdx-js/react": "^3.1.0",
"@remark-embedder/core": "^3.0.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@vercel/analytics": "^1.5.0",
"call-me-maybe": "^1.0.2",
"clsx": "^2.1.1",
"docusaurus-plugin-remote-content": "^4.0.0",
Expand Down
2 changes: 0 additions & 2 deletions src/theme/Layout/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import React from 'react'
import Layout from '@theme-original/Layout'
import Head from '@docusaurus/Head'
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The import of Head from '@docusaurus/Head' is unused and should be removed.

Copilot uses AI. Check for mistakes.
import { Analytics } from '@vercel/analytics/react'

export default function LayoutWrapper(props) {
return (
<>
<Layout {...props} />
<Analytics />
</>
)
}
Loading