diff --git a/README.md b/README.md index b404219..75cd03b 100644 --- a/README.md +++ b/README.md @@ -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/`. diff --git a/package.json b/package.json index c87c758..502279a 100644 --- a/package.json +++ b/package.json @@ -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",