From 8c21ae29154b50553d72236056e7f317e8e959e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=A8=E6=80=A7=E5=88=AB?= Date: Sun, 11 Aug 2024 16:11:56 +0200 Subject: [PATCH] fix: singlequote violation --- next.config.mjs | 4 ++-- src/app/layout.tsx | 1 - src/app/page.tsx | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 437bb5c..de589b8 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: "export", - reactStrictMode: true, + output: 'export', + reactStrictMode: true } export default nextConfig diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9140fe7..2582cbe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,7 +17,6 @@ const fontBody = Inter({ export const metadata: Metadata = { title: 'HRT.info', - description: " HRT.info is a platform dedicated to providing comprehensive information and resources about Hormone Replacement Therapy (HRT) for transgender individuals. Whether you have access to medical supplies through a doctor's prescription or are exploring alternative options, our goal is to offer valuable insights and guidance. ", } export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index d880a8f..0ea5214 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,9 +96,7 @@ export default function Page() {