fatih-yavuz / links.dev

A free linktree alternative only for devs. Get a nice page at links.dev/username. Simple site to group all your links. Register your username before someone else does.
MIT License
227 stars 149 forks source link

Update registry.yaml #96

Closed itsbrex closed 1 year ago

itsbrex commented 1 year ago

register /brian

fatih-yavuz commented 1 year ago

@itsbrex

Invalid page.json format for user "brian".
Error: Process completed with exit code 1.
bsoyka commented 1 year ago

@itsbrex Removing the commented-out lines will probably fix things. JSON doesn't support comments.

https://github.com/itsbrex/my-links/blob/856ef9adc178ff5b2d09090723577518b806fc51/page.json#L31-L50

itsbrex commented 1 year ago

Thank @bsoyka. I had set it to jsonc in vs code which allows comments in JSON thinking it might work. 🙂