diff --git a/README.md b/README.md index 8b2f038..6ce4f46 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ Based off [frontend-webpack-boilerplate](https://github.com/WeAreAthlon/frontend-webpack-boilerplate) with TailwindCSS added. -Builds html & css that can be used as custom error pages with, e.g., nginx. +Builds html & css that can be used as custom error page templates with caddy. ## NOTE -After production build, optionally remove the app.js script tags from the built files, just to optimize things further. +After production build, optionally remove the empty, 0-byte app.js script tags from the built files, just to optimize things further. -### nginx example +### caddy example This could probably be optimized but it's working: diff --git a/package.json b/package.json index feab837..06d9117 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Adam Piontek (https://73k.us)", "name": "@73kus/custom-rainbow-error-pages", - "version": "0.0.2", + "version": "0.1.0", "description": "Simple but pretty unicorn rainbow error pages for webserver 40x/50x HTTP errors", "homepage": "https://git.73k.us/73kus-err.git", "browserslist": [