localhost via http

Anpassung der localhost URL von https auf http
This commit is contained in:
Tobi S 2023-03-15 19:23:26 +00:00
parent 96bf8bb42b
commit 62f15fe0df

View file

@ -37,7 +37,7 @@ npm run build:styles
SITE=angestoepselt npm run dev:site SITE=angestoepselt npm run dev:site
``` ```
Go to <https://localhost:8080/>, which will update live when content changes Go to <http://localhost:8080/>, which will update live when content changes
(the initial build may take some time to render out the different image sizes). (the initial build may take some time to render out the different image sizes).
If you make style changes, make sure to recompile the CSS files with the second If you make style changes, make sure to recompile the CSS files with the second
of the above commands. Alternatively, run `npm run dev:styles` in an additional of the above commands. Alternatively, run `npm run dev:styles` in an additional