fix: electron file:// problem
This commit is contained in:
parent
84b3617ed5
commit
6bd40b2399
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue