DEV Community

Discussion on: Getting started with Electron and Svelte

Collapse
 
kim_aldis_c07221016192e2a profile image
Kim Aldis

Got it:

index.html, each path shouldn't start with a '/'

<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/build/bundle.css'>
<script defer src='/build/bundle.js'></script>
Enter fullscreen mode Exit fullscreen mode