Closed Daynlight closed 4 months ago
This looks great!
I'll merge it into the main branch. This will cause it to deploy on the staging version at https://linkfree.fly.dev where we can test before syncing to the production branch.
There is one problem with item rendering we need change var linkCount = Number(additionalLinkButton.getAttribute("data-index")) ; to var linkCount = Number(additionalLinkButton.getAttribute("data-index")) + 1;
og:url is to change too
Ok I added it in new pull req