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