You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
@NuroDev
is it possible to add a feature that redirects to the blog that i created about a project
for example, in your portfolio these are the projects available
and lets assume that you have written a blog about crate-template project in your portfolio. is it possible to direct to that blog by clicking the project card post as in the following picture.
i have found these code in project.tsx, but i dont know what these do
can anyone help me ?
<List.Itemactions={[
...(project.post
? [{type: ListActionType.LINK,external: true,href: project.post,icon: 'feather:edit-3',label: `Blog post about ${project.name}`,}asListAction,]
: []),
thanks in advance
The text was updated successfully, but these errors were encountered:
@NuroDev
is it possible to add a feature that redirects to the blog that i created about a project
for example, in your portfolio these are the projects available
and lets assume that you have written a blog about crate-template project in your portfolio. is it possible to direct to that blog by clicking the project card post as in the following picture.
i have found these code in project.tsx, but i dont know what these do
can anyone help me ?
thanks in advance
The text was updated successfully, but these errors were encountered: