diff --git a/web/src/content/upgrades/v8/data.ts b/web/src/content/upgrades/v8/data.ts index a507925..ee54174 100644 --- a/web/src/content/upgrades/v8/data.ts +++ b/web/src/content/upgrades/v8/data.ts @@ -7,6 +7,6 @@ export const data = { 'Version 8 is out with some cool new features like background jobs! Upgrading should be easy with this guide to help you along the way.', tags: ['v8'], publishedAt: new Date('2024-09-04T00:10:00.000Z'), - updatedAt: new Date('2024-09-04T01:35:00.000Z'), + updatedAt: new Date('2024-09-05T09:30:00.000Z'), author: JoshGMWalker, } diff --git a/web/src/content/upgrades/v8/highlights.mdx b/web/src/content/upgrades/v8/highlights.mdx index 1839f96..41f4ed3 100644 --- a/web/src/content/upgrades/v8/highlights.mdx +++ b/web/src/content/upgrades/v8/highlights.mdx @@ -8,8 +8,8 @@ Core team member Rob has an awesome introduction video covering this new feature It's easier than ever to enable our experimental SSR and RSC features. You can now enable SSR or RSC with a single command without having to first upgrade to a canary version of Redwood. ```bash -yarn rw setup exp-streaming-ssr # Setup SSR -yarn rw setup exp-rsc # Setup RSC +yarn rw exp setup-streaming-ssr # Setup SSR +yarn rw exp setup-rsc # Setup RSC ``` ## Storybook using vite