From d3cea5cd28299aba1162038f676fe81b5161e7e7 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 14 Dec 2019 21:54:22 +0100 Subject: Add static.json for dokku deployment --- static.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static.json diff --git a/static.json b/static.json new file mode 100644 index 0000000..2d464a7 --- /dev/null +++ b/static.json @@ -0,0 +1,5 @@ +{ + "root": "public/", + "clean_urls": true, + "error_page": "200.html" +} -- cgit v1.3.1