Remove mdx-embed to fix build

This commit is contained in:
Hazem Krimi
2023-03-19 00:54:54 +01:00
parent d8c97a2df5
commit b82f90db48
8 changed files with 7 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import styled from 'styled-components';
import Link from 'next/link';
export const StyledCard = styled(Link)<{ image: boolean }>`
export const StyledCard = styled(Link)<{ image?: boolean }>`
cursor: pointer;
width: 100%;
display: grid;