1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00

feat: add opensearch

This commit is contained in:
2020-05-26 21:00:01 +09:00
parent edd11641c2
commit a360048662
2 changed files with 17 additions and 0 deletions

View File

@@ -25,6 +25,14 @@ export default function App() {
return (
<>
<GlobalStyle />
<Helmet>
<link
rel="search"
type="application/opensearchdescription+xml"
title="namae"
href="/opensearch.xml"
/>
</Helmet>
<Switch>
<Route exact path="/">
<Home />