noisy / portfolio

Source code of my portfolio & blog
https://krzysztofszumny.com
3 stars 1 forks source link

project.archivedUrl is not shown as a Site link when neither project.url nor project.urlName is set #131

Closed lukmarcus closed 6 months ago

lukmarcus commented 6 months ago

Describe the bug The project.archivedUrl property is not shown as a Site link when neither project.url property nor project.urlName property is set.

To Reproduce Steps to reproduce the behavior:

  1. Choose the project in the db.ts file.
  2. Set the project.archivedUrl property.
  3. Do not set the project.url property.
  4. Do not set the project.urlName property.
  5. See the result on the project's page.

Expected behavior All variants with project.url, project.urlName and project.archivedUrl properties should work.