summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-12-14 21:54:22 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-12-14 21:54:22 +0100
commitd3cea5cd28299aba1162038f676fe81b5161e7e7 (patch)
tree50d60465cd68159aaacbe81c555bb42c89b3aa48
parenta9c172299fe4adef88e9d54a27647b2a1788b7d3 (diff)
downloadblog-d3cea5cd28299aba1162038f676fe81b5161e7e7.tar.gz
blog-d3cea5cd28299aba1162038f676fe81b5161e7e7.zip
Add static.json for dokku deployment
-rw-r--r--static.json5
1 files changed, 5 insertions, 0 deletions
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"
+}