mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-30 21:25:58 -04:00
properly import and optimize/cache images in markdown files
This commit is contained in:
@@ -15,7 +15,7 @@ const PageTitle = ({ className, children, ...rest }: PageTitleProps) => {
|
||||
|
||||
return (
|
||||
<h1 className={clsx(styles.title, className)} {...rest}>
|
||||
<Link href={pathname as Route} underline={false} className={styles.link}>
|
||||
<Link href={pathname as Route} plain className={styles.link}>
|
||||
{children}
|
||||
</Link>
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user