diff --git a/next.config.js b/next.config.js index a35bfad..a65e002 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { output: "export", + reactStrictMode: true, }; - module.exports = nextConfig; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 02ad140..06c15b0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,7 +31,7 @@ export const metadata: Metadata = { type: "website", }, robots: "index, follow", - viewport: "width=device-width, initial-scale=1", + metadataBase: new URL("https://gwa-calculator-fm.vercel.app/"), }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 683fbb1..764710b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -234,9 +234,9 @@ export default function Home() { id="Vector" d="M10.0002 5H8.2002C7.08009 5 6.51962 5 6.0918 5.21799C5.71547 5.40973 5.40973 5.71547 5.21799 6.0918C5 6.51962 5 7.08009 5 8.2002V15.8002C5 16.9203 5 17.4801 5.21799 17.9079C5.40973 18.2842 5.71547 18.5905 6.0918 18.7822C6.5192 19 7.07899 19 8.19691 19H15.8031C16.921 19 17.48 19 17.9074 18.7822C18.2837 18.5905 18.5905 18.2839 18.7822 17.9076C19 17.4802 19 16.921 19 15.8031V14M20 9V4M20 4H15M20 4L13 11" stroke="currentColor" - stroke-width="2" - stroke-linecap="round" - stroke-linejoin="round" + strokeWidth="2" + strokeLinecap="round" + strokeLinejoin="round" />