Skip to content

Commit a441cff

Browse files
committed
Somehow missing deps only on vercel?
1 parent 4f96f83 commit a441cff

File tree

4 files changed

+36
-32
lines changed

4 files changed

+36
-32
lines changed

apps/website/.content-collections/generated/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// generated by content-collections at Tue Jun 24 2025 10:57:29 GMT-0500 (Central Daylight Time)
1+
// generated by content-collections at Tue Jun 24 2025 11:46:00 GMT-0500 (Central Daylight Time)
22

33
import allDocs from "./allDocs.js";
44
import allMetas from "./allMetas.js";

apps/website/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"react-responsive": "10.0.1",
100100
"recharts": "^3.0.0",
101101
"remark-emoji": "5.0.1",
102+
"remark-math": "6.0.0",
102103
"sass": "^1.89.0",
103104
"shiki": "3.3.0",
104105
"sonner": "^2.0.5",

apps/website/src/app/docs/[[...slug]]/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export default function Layout({ children }: { children: ReactNode }) {
1313
{...baseOptions}
1414
containerProps={{
1515
className: "[&_#nd-sidebar>div[data-fdid]]:w-full",
16-
/* className: */
17-
/* "relative [&_#nd-sidebar]:md:sticky [&_#nd-sidebar]:top-0 [&_#nd-sidebar]:bg-background [&_#nd-sidebar_div[data-fdid]]:w-full bg-background text-foreground [&_#nd-toc]:min-w-[200px] [&_#nd-toc_a[data-active]]:text-foreground/80 hover:[&_#nd-toc_a[data-active]]:text-foreground", */
1816
}}
1917
sidebar={{
2018
banner: (

pnpm-lock.yaml

Lines changed: 34 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)