Skip to content

Commit

Permalink
docs(backend-integration): add react refresh url note (#14020)
Browse files Browse the repository at this point in the history
Co-authored-by: bluwy <[email protected]>
  • Loading branch information
TimDaub and bluwy authored Aug 23, 2023
1 parent 0156bd2 commit 220a413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/backend-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you need a custom integration, you can follow the steps in this guide to conf

This is needed for assets such as images to load properly.

Note if you are using React with `@vitejs/plugin-react`, you'll also need to add this before the above scripts, since the plugin is not able to modify the HTML you are serving:
Note if you are using React with `@vitejs/plugin-react`, you'll also need to add this before the above scripts, since the plugin is not able to modify the HTML you are serving (substitute `http://localhost:5173` with the local URL Vite is running at):

```html
<script type="module">
Expand Down

0 comments on commit 220a413

Please sign in to comment.