Skip to content

Commit 5ae69f8

Browse files
authored
fork in stackblitz URL
1 parent 7980497 commit 5ae69f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/scaling-up/ssr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ server.listen(3000, () => {
126126

127127
Finally, run `node server.js` and visit `http://localhost:3000`. You should see the page working with the button.
128128

129-
[Try it on StackBlitz](https://stackblitz.com/edit/vue-ssr-example-basic?file=index.js)
129+
[Try it on StackBlitz](https://stackblitz.com/fork/vue-ssr-example-basic?file=index.js)
130130

131131
### Client Hydration
132132

@@ -199,7 +199,7 @@ In addition, in order to load the client files in the browser, we also need to:
199199
2. Load the client entry by adding `<script type="module" src="/client.js"></script>` to the HTML shell.
200200
3. Support usage like `import * from 'vue'` in the browser by adding an [Import Map](https://github.com/WICG/import-maps) to the HTML shell.
201201

202-
[Try the completed example on StackBlitz](https://stackblitz.com/edit/vue-ssr-example?file=index.js). The button is now interactive!
202+
[Try the completed example on StackBlitz](https://stackblitz.com/fork/vue-ssr-example?file=index.js). The button is now interactive!
203203

204204
## Higher Level Solutions
205205

0 commit comments

Comments
 (0)