Skip to content

Commit

Permalink
fix exp command in v8 highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Sep 5, 2024
1 parent 115ec5b commit 6ce1f8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/src/content/upgrades/v8/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
4 changes: 2 additions & 2 deletions web/src/content/upgrades/v8/highlights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ce1f8a

Please sign in to comment.