about summary refs log tree commit diff
path: root/netlify.toml
diff options
context:
space:
mode:
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