target self pre sponsor
This commit is contained in:
@@ -183,4 +183,4 @@ export const SearchIcon = (props: IconSvgProps) => (
|
|||||||
strokeWidth="2"
|
strokeWidth="2"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
);
|
);
|
@@ -97,6 +97,7 @@ export const Navbar = () => {
|
|||||||
as={Link}
|
as={Link}
|
||||||
className="text-sm font-normal text-default-600 bg-default-100"
|
className="text-sm font-normal text-default-600 bg-default-100"
|
||||||
href={siteConfig.links.sponsor}
|
href={siteConfig.links.sponsor}
|
||||||
|
target="_self"
|
||||||
startContent={<HeartFilledIcon className="text-danger" />}
|
startContent={<HeartFilledIcon className="text-danger" />}
|
||||||
variant="flat"
|
variant="flat"
|
||||||
>
|
>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
output: 'export',
|
output: 'export',
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig
|
Reference in New Issue
Block a user