fix: electron file:// problem

This commit is contained in:
xhayper 2022-12-29 11:17:08 +07:00
parent 84b3617ed5
commit 6bd40b2399
No known key found for this signature in database
GPG Key ID: 7B8FCD4FEC55B2DE
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function App() {
<div className="App">
<div>
<a href="https://github.com/electron-vite/electron-vite-react" target="_blank">
<img src="/electron-vite.svg" className="logo" alt="Electron + Vite logo" />
<img src="./electron-vite.svg" className="logo" alt="Electron + Vite logo" />
</a>
</div>
<h1>Electron + Vite + React</h1>