We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522c5e4 commit 12d9b5bCopy full SHA for 12d9b5b
pages/showcase.tsx
@@ -14,7 +14,7 @@ const Showcase = () => {
14
return (
15
<div key={site.name}>
16
<CustomLink
17
- href={`/dashboard/${site.link}`}
+ href={site.link}
18
target='_blank'
19
rel='noopener noreferrer'
20
noInvert
0 commit comments