fix: correct public path
This commit is contained in:
parent
0011c249f0
commit
fca655ecc3
|
@ -60,7 +60,7 @@ const App = () => {
|
|||
</a>
|
||||
<div className={styles.staticPublic}>
|
||||
Place static files into the{' '}
|
||||
<code>src/renderer/public</code> folder
|
||||
<code>/public</code> folder
|
||||
<img style={{ width: 77 }} src="./node.png" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue