File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ export const metadata: Metadata = {
2323 alternates : {
2424 canonical : "/" ,
2525 } ,
26- formatDetection : {
27- telephone : false ,
28- date : false ,
29- address : false ,
30- email : false ,
31- url : false ,
32- } ,
3326} ;
3427
3528export default function RootLayout ( {
@@ -43,6 +36,14 @@ export default function RootLayout({
4336 className = { `${ GeistSans . variable } ${ GeistMono . variable } touch-manipulation` }
4437 suppressHydrationWarning
4538 >
39+ < head >
40+ < link
41+ rel = "search"
42+ href = "/opensearch.xml"
43+ type = "application/opensearchdescription+xml"
44+ title = "Domainstack"
45+ />
46+ </ head >
4647 < body className = "min-h-svh overscroll-none font-sans tabular-nums antialiased" >
4748 < Providers >
4849 { /* Solid background for light/dark modes */ }
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <OpenSearchDescription xmlns =" http://a9.com/-/spec/opensearch/1.1/" >
3+ <ShortName >Domainstack</ShortName >
4+ <Description >Search Domainstack by domain name</Description >
5+ <InputEncoding >UTF-8</InputEncoding >
6+ <Image width =" 16" height =" 16" type =" image/x-icon" >https://domainstack.io/favicon.ico</Image >
7+ <Url type =" text/html" template =" https://domainstack.io/{searchTerms}" />
8+ </OpenSearchDescription >
You can’t perform that action at this time.
0 commit comments