diff --git a/docs/site/app/(no-sidebar)/blog/[...slug]/page.tsx b/docs/site/app/(no-sidebar)/blog/[...slug]/page.tsx index 8fa17be59b5ec..929374caba9e9 100644 --- a/docs/site/app/(no-sidebar)/blog/[...slug]/page.tsx +++ b/docs/site/app/(no-sidebar)/blog/[...slug]/page.tsx @@ -52,7 +52,7 @@ export default async function Page(props: {
diff --git a/docs/site/app/(no-sidebar)/blog/not-found.tsx b/docs/site/app/(no-sidebar)/blog/not-found.tsx index 62bf345e8bebb..1cb338274cf3b 100644 --- a/docs/site/app/(no-sidebar)/blog/not-found.tsx +++ b/docs/site/app/(no-sidebar)/blog/not-found.tsx @@ -13,7 +13,7 @@ export default function NotFound(): JSX.Element { -

+

The latest updates and releases from the Turborepo team at Vercel.

{posts.map((post) => { diff --git a/docs/site/app/(no-sidebar)/blog/page.tsx b/docs/site/app/(no-sidebar)/blog/page.tsx index 09c66ff992532..b6c31fada795c 100644 --- a/docs/site/app/(no-sidebar)/blog/page.tsx +++ b/docs/site/app/(no-sidebar)/blog/page.tsx @@ -37,7 +37,7 @@ function Page(): JSX.Element {

Blog

-

+

The latest updates and releases from the Turborepo team at Vercel.

diff --git a/docs/site/app/(no-sidebar)/showcase/page.tsx b/docs/site/app/(no-sidebar)/showcase/page.tsx index c1a62e8b69448..e084aa0e9d891 100644 --- a/docs/site/app/(no-sidebar)/showcase/page.tsx +++ b/docs/site/app/(no-sidebar)/showcase/page.tsx @@ -19,7 +19,7 @@ function Showcase(): JSX.Element {

Showcase

-

+

Who is using Turborepo?

diff --git a/docs/site/components/blog/date.tsx b/docs/site/components/blog/date.tsx index 9fb88584b2fb4..d364a1b50446f 100644 --- a/docs/site/components/blog/date.tsx +++ b/docs/site/components/blog/date.tsx @@ -9,7 +9,7 @@ export function Date({ update?: string; }): JSX.Element { return ( -
+
{children} {update !== undefined && ( diff --git a/docs/site/turbo.json b/docs/site/turbo.json index dc82de654f7b4..5ec568778cd55 100644 --- a/docs/site/turbo.json +++ b/docs/site/turbo.json @@ -25,7 +25,7 @@ ] }, "dev": { - "dependsOn": ["schema", "generate-openapi"], + "dependsOn": ["schema", "collect-examples-data", "generate-openapi"], "persistent": true, "cache": false },