chriskthomas / linkfree-generator

A simple, free, open-source, and self-hosted alternative to linktree
https://linkfree.ckt.im
Apache License 2.0
140 stars 28 forks source link

Live Preview #41

Closed Daynlight closed 4 months ago

Daynlight commented 4 months ago
chriskthomas commented 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.

Daynlight commented 4 months ago

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;

Daynlight commented 4 months ago

og:url is to change too

Daynlight commented 4 months ago

Ok I added it in new pull req