From 3f64142e4de73e2ab9bfd2a031d0f074e30c23f8 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 13 Feb 2024 23:44:00 -0800 Subject: [PATCH] statically compile documents --- src/app/components/News.tsx | 5 ++--- src/app/document/view/[slug]/DocumentViewer.tsx | 2 ++ src/app/document/view/[slug]/page.tsx | 7 +------ 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/app/components/News.tsx b/src/app/components/News.tsx index b36dfd0..916a9b8 100644 --- a/src/app/components/News.tsx +++ b/src/app/components/News.tsx @@ -13,9 +13,8 @@ export default function News() {