Add OpenSearch for searching mods in browser bar (#337)

For more about what OpenSearch is, see [here](https://developer.mozilla.org/en-US/docs/Web/OpenSearch).
This commit is contained in:
Emma
2022-01-12 11:37:45 -05:00
committed by GitHub
parent b5f438aa0c
commit ff48f08241
2 changed files with 17 additions and 0 deletions

View File

@@ -115,6 +115,12 @@ export default {
rel: 'stylesheet',
href: 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap',
},
{
rel: 'search',
type: 'application/opensearchdescription+xml',
href: '/opensearch.xml',
title: 'Modrinth mods',
},
],
script: [],
},