From 59f99c40fec82971c26994ad83080e4eba772f75 Mon Sep 17 00:00:00 2001 From: mei Date: Sat, 30 Nov 2024 12:43:49 +0800 Subject: [PATCH] f --- app/layout.tsx | 2 +- app/page.tsx | 2 +- app/s/[shortCode]/page.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index fe34cb2..50d971e 100755 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,7 +16,7 @@ const geistMono = localFont({ export const metadata: Metadata = { title: "URL Shortener", description: "缩短你的长链接!", - keywords: ['短链接', '长链接', '缩短URL', '缩短长链接', '长链接缩短', '短链', 'Url Shortener'], + keywords: ['短链接', '长链接', '缩短URL', '缩短长链接', '长链接缩短', '短链', 'URL Shortener'], authors: [{ name: 'mei' }], creator: 'mei', publisher: 'mei', diff --git a/app/page.tsx b/app/page.tsx index b058d17..79958ce 100755 --- a/app/page.tsx +++ b/app/page.tsx @@ -12,7 +12,7 @@ export default function Home() {

违规举报:{' '} - ${process.env.NEXT_PUBLIC_ADMIN_EMAIL} + {process.env.NEXT_PUBLIC_ADMIN_EMAIL}

diff --git a/app/s/[shortCode]/page.tsx b/app/s/[shortCode]/page.tsx index f8b6091..ca9d8a8 100755 --- a/app/s/[shortCode]/page.tsx +++ b/app/s/[shortCode]/page.tsx @@ -184,7 +184,7 @@ export default function RedirectPage({ params }: { params: { shortCode: string }

违规举报:{' '} - ${process.env.NEXT_PUBLIC_ADMIN_EMAIL} + {process.env.NEXT_PUBLIC_ADMIN_EMAIL}