Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.

blog about project #72

@usernameisnotavailablechooseanother

Description

@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
nuro
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.
click

i have found these code in project.tsx, but i dont know what these do
can anyone help me ?

<List.Item
	actions={[
		...(project.post
			? [
					{
						type: ListActionType.LINK,
						external: true,
						href: project.post,
						icon: 'feather:edit-3',
						label: `Blog post about ${project.name}`,
					} as ListAction,
					]
			: []),

thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions