PocketRelay / Dashboard

Dashboard website for PocketRelay
MIT License
1 stars 3 forks source link

Fixed relative url paths #17

Closed jacobtread closed 8 months ago

jacobtread commented 8 months ago

Description

Fixed url paths to support sub directories through specifying a different base url path in the svelte.config.json file, you can change this file to look like the following: image (Setting paths.base to be your sub directory with a leading /)

Then build the dashboard and place the contents of the "build" folder into "data/public" next to the server

Changes

Related Issues