MetaProvider
Edit this pageMetaProvider
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>;