From 011695cf46c9097307f19d5c57b17110986c36ae Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Mon, 12 May 2025 07:25:23 +0200 Subject: [PATCH] feat: add meta tags for improved SEO on file not found page --- src/app/share/page.tsx | 39 ++++++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/src/app/share/page.tsx b/src/app/share/page.tsx index 324661a..81632be 100644 --- a/src/app/share/page.tsx +++ b/src/app/share/page.tsx @@ -54,17 +54,34 @@ export default async function FilePreviewContainer({ if (!fileDetails) { return ( -
- -
- -
-
-

- No File Found -

-
-
+ <> + + No File Found + + + + + + + +
+ +
+ +
+
+

+ No File Found +

+
+
+ ); }