From 8db31c99df668389db4c6651fa71a8c1420484cf Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 29 Jun 2023 19:45:54 +0200 Subject: [PATCH] fix(front): properly handle post not found Signed-off-by: Thomas Citharel --- js/src/views/PageNotFound.vue | 2 +- js/src/views/Posts/PostView.vue | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/js/src/views/PageNotFound.vue b/js/src/views/PageNotFound.vue index 84dcd656e..ebbee571e 100644 --- a/js/src/views/PageNotFound.vue +++ b/js/src/views/PageNotFound.vue @@ -1,5 +1,5 @@