diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-11-28 07:25:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-28 07:25:54 -0500 |
commit | faaf63ad895bd51541a9984273d52c71645a0b28 (patch) | |
tree | 90e949913650da4b619e3ab1e875731b1410d93f /netlify.toml | |
parent | 72549ed7b81fc01445fecdb7889bab4cf2a1590f (diff) | |
parent | 73e5c7a20e5e8f6a54ab484ea2ce1aac16200b1d (diff) | |
download | puszcza-faaf63ad895bd51541a9984273d52c71645a0b28.tar.gz puszcza-faaf63ad895bd51541a9984273d52c71645a0b28.zip |
Merge pull request #8 from 19pdh/develop
Posts & ranking
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 7 |
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 |