diff options
| author | rr- <rr-@sakuya.pl> | 2016-05-21 11:48:23 +0200 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2016-05-21 11:49:32 +0200 |
| commit | e7fe7d3899e79be31c3562e491f79171c676bc7a (patch) | |
| tree | 436ae00ea29bf1df60ae18637ca3ca845d84a41b /client/build.js | |
| parent | 6beffc2ec1d23011b6567b1140e85bf3281798cc (diff) | |
client/general: add 404 page
Reuses old 404 image from 1.x branch, may be subject to change.
Diffstat (limited to 'client/build.js')
| -rw-r--r-- | client/build.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/build.js b/client/build.js index 5f888d1..c0c7f17 100644 --- a/client/build.js +++ b/client/build.js @@ -182,3 +182,4 @@ if (!process.argv.includes('--no-js')) { bundleJs(config); } copyFile('./img/favicon.png', './public/favicon.png'); +copyFile('./img/404.png', './public/404.png'); |