Skip to content

Commit a9ae7ea

Browse files
committed
chore: tweak
1 parent 763ab10 commit a9ae7ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/plugin-rsc/examples/starter-cf-single/src/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function App() {
5252
</li>
5353
<li>
5454
Visit{' '}
55-
<a href="/_.rsc" target="_blank">
55+
<a href="./_.rsc" target="_blank">
5656
<code>/_.rsc</code>
5757
</a>{' '}
5858
to view RSC stream payload.

packages/plugin-rsc/examples/starter/src/root.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ function App(props: { url: URL }) {
5353
</li>
5454
<li>
5555
Visit{' '}
56-
<a href="/_.rsc" target="_blank">
57-
<code>/_.rsc</code>
56+
<a href="./_.rsc" target="_blank">
57+
<code>_.rsc</code>
5858
</a>{' '}
5959
to view RSC stream payload.
6060
</li>

0 commit comments

Comments
 (0)