SolidStart Meta not updating
Per the docs, I tried to add meta tags to my website, I added the base <MetaProvider> and the fallback tags inside my <Router layout={}/> as seen below
From there, according to the docs or at least my understanding I should now be able to use <Meta> in a specific route and overwrite these, and so I did
Despite this, the tags seem to be creating multiple times, and not deleting the old ones. So in my document I have both the fallback tags and the page specific tags an whichever one displays seems to be random.
Unsure where I messed up so any help would be greatly appreciated.
From there, according to the docs or at least my understanding I should now be able to use <Meta> in a specific route and overwrite these, and so I did
Despite this, the tags seem to be creating multiple times, and not deleting the old ones. So in my document I have both the fallback tags and the page specific tags an whichever one displays seems to be random.
Unsure where I messed up so any help would be greatly appreciated.
