Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drannex42 committed Aug 15, 2021
1 parent 79aeee9 commit 8bb1b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You may use the address bar in the developer tools to navigate to direct views i

### Assets

Place any assets, CSS, client JS, Images in the `assets` folder - not the public folder! On build and usage this will add everything to the public dist folder for copying to the device application. When referring to assets be sure to refer to them as `assets/` or `/assets` in your svelte code.
Place any assets, CSS, client JS, Images in the `assets` folder - not the public folder! On build and usage this will add everything to the public dist folder for copying to the device application. [See Vite.js on this settings](https://vitejs.dev/guide/assets.html#the-public-directory).

### Aliases

Expand Down

0 comments on commit 8bb1b36

Please sign in to comment.