Skip to content

Commit

Permalink
fix: example title, icon
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Jan 15, 2024
1 parent 1580696 commit cfed7ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions examples/prebuilt-react-integration/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# React + Vite
### Running locally

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
run `yarn build` at the root level of the repo.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
Then navigate to this folder and run `yarn dev`
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/prebuilt-react-integration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>100ms Prebuilt Integration</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit cfed7ac

Please sign in to comment.