target self pre sponsor

This commit is contained in:
Noble
2025-01-21 16:12:53 +01:00
parent a9ffcd0bb4
commit ed303650a0
3 changed files with 4 additions and 3 deletions

View File

@@ -183,4 +183,4 @@ export const SearchIcon = (props: IconSvgProps) => (
strokeWidth="2"
/>
</svg>
);
);

View File

@@ -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={<HeartFilledIcon className="text-danger" />}
variant="flat"
>

View File

@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'export',
output: 'export',
}
module.exports = nextConfig
module.exports = nextConfig