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