about summary refs log tree commit diff
path: root/netlify.toml
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-21 11:00:33 +0200
committerGitHub <noreply@github.com>2019-10-21 11:00:33 +0200
commitd1c6e2eaed90891fc8e187f147af224b352662c8 (patch)
tree982bd663d60b22b14f719af03cd459e5ee3b3ed4 /netlify.toml
parent72549ed7b81fc01445fecdb7889bab4cf2a1590f (diff)
parent07ac4a05a3e02c95ba9482f94f19589b8ab7fd3c (diff)
downloadpuszcza-d1c6e2eaed90891fc8e187f147af224b352662c8.tar.gz
puszcza-d1c6e2eaed90891fc8e187f147af224b352662c8.zip
Merge pull request #3 from 19pdh/kronika
Kronika
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 3a88ace..5c94b41 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,4 +1,9 @@
 [build]
 
 publish = "dist/"
-command = "npm run generate"
\ No newline at end of file
+command = "npm run build"
+
+[[redirects]]
+    from = "/api/posts"
+    to = "/api/posts.json"
+    status = 200
\ No newline at end of file