MetaProvider

Edit this page

MetaProvider is a parent component responsible for wrapping all the metadata components. All components that are contained within this will be added to the application <head/>

import { MetaProvider } from "@solidjs/meta";
<MetaProvider>// add meta components</MetaProvider>;
Last updated: 3/10/26, 6:33 PMReport an issue with this page