From 070b7725be5fb0db486e9370bea5648c16c8bbfe Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 30 Nov 2019 13:12:30 +0100 Subject: Fix posts listing --- .gitignore | 1 + pages/kronika/index.vue | 20 ++++++++++---------- scripts/generateApi.js | 5 +++++ scripts/postbuild.sh | 1 + 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 53c3292..02a490c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ content +static/api/posts.json # Created by .ignore support plugin (hsz.mobi) ### Node template diff --git a/pages/kronika/index.vue b/pages/kronika/index.vue index 4a89a48..d28c2ca 100644 --- a/pages/kronika/index.vue +++ b/pages/kronika/index.vue @@ -1,7 +1,7 @@