Fix paths in README

This commit is contained in:
Florine W. Dekker 2021-05-08 16:13:09 +02:00
parent 23968a977b
commit 8455123b1e
Signed by: FWDekker
GPG Key ID: 78B3EAF58145AF25
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@ $> npm run deploy
```
You may need to change the `pathprefix` option of Eleventy when using WebStorm so that the root of the blog is changed
to `blog/dist/` instead of `blog/`.
to `/blog/dist/` instead of `/blog/`.

View File

@ -1,6 +1,6 @@
{
"name": "blog",
"version": "1.1.13",
"version": "1.1.14",
"description": "Felix W. Dekker's personal blog.",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",