increment version & update README partway for caddy
This commit is contained in:
parent
5cef3d699e
commit
77c68ef599
2 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
Based off [frontend-webpack-boilerplate](https://github.com/WeAreAthlon/frontend-webpack-boilerplate) with TailwindCSS added.
|
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
|
## 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:
|
This could probably be optimized but it's working:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"author": "Adam Piontek <adam@73k.us> (https://73k.us)",
|
"author": "Adam Piontek <adam@73k.us> (https://73k.us)",
|
||||||
"name": "@73kus/custom-rainbow-error-pages",
|
"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",
|
"description": "Simple but pretty unicorn rainbow error pages for webserver 40x/50x HTTP errors",
|
||||||
"homepage": "https://git.73k.us/73kus-err.git",
|
"homepage": "https://git.73k.us/73kus-err.git",
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
|
|
Loading…
Reference in a new issue