open-frames / proxy

A proxy service for safely interacting with Frames and Open Graph data
MIT License
5 stars 2 forks source link

Noe/add meta tag max size #23

Closed nmalzieu closed 6 months ago

nmalzieu commented 6 months ago

Now that the proxy server handles a meta tag max size parameter, add it to the proxy client

neekolas commented 6 months ago

Looks good to me. Think you'll need to rebase or merge against main to get the true diff, since I see duplicate commits.

nmalzieu commented 6 months ago

Looks good to me. Think you'll need to rebase or merge against main to get the true diff, since I see duplicate commits.

sorry about that! should be fixed now.

neekolas commented 6 months ago

You'll also want to run yarn changeset so that this publishes a new version of the library

nmalzieu commented 6 months ago

@neekolas done