We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763ab10 commit a9ae7eaCopy full SHA for a9ae7ea
2 files changed
packages/plugin-rsc/examples/starter-cf-single/src/root.tsx
@@ -52,7 +52,7 @@ function App() {
52
</li>
53
<li>
54
Visit{' '}
55
- <a href="/_.rsc" target="_blank">
+ <a href="./_.rsc" target="_blank">
56
<code>/_.rsc</code>
57
</a>{' '}
58
to view RSC stream payload.
packages/plugin-rsc/examples/starter/src/root.tsx
@@ -53,8 +53,8 @@ function App(props: { url: URL }) {
- <code>/_.rsc</code>
+ <code>_.rsc</code>
59
60
0 commit comments