reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Possibly to add link tags in <head>

Open LouisFaure opened this issue 2 years ago β€’ 1 comments

Hi, it would be nice to add elements such as link tags to the head section of a page.

For example, this would be handy if one want to include a manifest.json (placed in assets folder) to transform the app into a PWA!

It looks like the component is already present: https://github.com/pynecone-io/pynecone/blob/38ecc668934df09ad1f55e702841833af4999e23/pynecone/components/base/link.py#L10-L23

So I suppose it should be straightforward to implement this possibility.

LouisFaure avatar Mar 12 '23 03:03 LouisFaure

Yes should be possible, we'll add it. Thanks for the suggestion!

Alek99 avatar Mar 12 '23 04:03 Alek99

should be possible in the next release 0.2.9 with #1868

masenf avatar Sep 27 '23 19:09 masenf