feat: restructure routing and layouts for admin and news sections, update cookie paths
This commit is contained in:
@@ -136,7 +136,7 @@ export const Carousel = (properties: TNews) => {
|
||||
},
|
||||
to: '',
|
||||
}
|
||||
: { as: Link, to: `/news/detail/${slug}` })}
|
||||
: { as: Link, to: `/detail/${slug}` })}
|
||||
className={twMerge('', type === 'hero' ? '' : 'mb-5')}
|
||||
>
|
||||
View More
|
||||
|
||||
Reference in New Issue
Block a user