mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
localhost via http
Anpassung der localhost URL von https auf http
This commit is contained in:
parent
96bf8bb42b
commit
62f15fe0df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue