From ed303650a0ae32b31e42810f2165cc9fb8184db4 Mon Sep 17 00:00:00 2001 From: Noble Date: Tue, 21 Jan 2025 16:12:53 +0100 Subject: [PATCH] target self pre sponsor --- cansat/components/icons.tsx | 2 +- cansat/components/navbar.tsx | 1 + cansat/next.config.js | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cansat/components/icons.tsx b/cansat/components/icons.tsx index ccc5d8c..13a7bc3 100644 --- a/cansat/components/icons.tsx +++ b/cansat/components/icons.tsx @@ -183,4 +183,4 @@ export const SearchIcon = (props: IconSvgProps) => ( strokeWidth="2" /> -); +); \ No newline at end of file diff --git a/cansat/components/navbar.tsx b/cansat/components/navbar.tsx index 11d9b53..bdfee39 100644 --- a/cansat/components/navbar.tsx +++ b/cansat/components/navbar.tsx @@ -97,6 +97,7 @@ export const Navbar = () => { as={Link} className="text-sm font-normal text-default-600 bg-default-100" href={siteConfig.links.sponsor} + target="_self" startContent={} variant="flat" > diff --git a/cansat/next.config.js b/cansat/next.config.js index 7b971ca..e5ed448 100644 --- a/cansat/next.config.js +++ b/cansat/next.config.js @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - output: 'export', + output: 'export', } -module.exports = nextConfig +module.exports = nextConfig \ No newline at end of file