build
This commit is contained in:
parent
742920c780
commit
1899851f6c
File diff suppressed because one or more lines are too long
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="description" id="meta-description" content="" />
|
||||
<meta name="keywords" id="meta-keywords" content="" />
|
||||
<title>Türkmenistan Habarlar Portaly</title>
|
||||
<script type="module" crossorigin src="/assets/index-eae81109.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-f668124c.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-be370464.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ const Aside = ({ type }: Props) => {
|
|||
key={uuidv4()}
|
||||
title={el.title}
|
||||
date={el.published_at}
|
||||
category={el.categories[0].name}
|
||||
category={el.categories[0] ? el.categories[0].name : ""}
|
||||
img={el.featured_images[0] ? el.featured_images[0].path : ""}
|
||||
id={el.id}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue