feat(opensearch): add abilility to add libremdb as search engine
thanks to @user451421541757324 re https://github.com/zyachel/libremdb/issues/95
This commit is contained in:
@ -36,6 +36,13 @@ const Meta = ({
|
||||
<meta property='og:locale' content='en_US' />
|
||||
<meta property='og:type' content='video.movie' />
|
||||
<meta property='og:image' content={url.toString()} />
|
||||
|
||||
<link
|
||||
rel='search'
|
||||
type='application/opensearchdescription+xml'
|
||||
href='/opensearch.xml'
|
||||
title='libremdb'
|
||||
></link>
|
||||
</Head>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user