We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74e173 commit f072dfaCopy full SHA for f072dfa
src/LinkDotNet.Blog.Web/Features/Components/OgData.razor
@@ -37,5 +37,4 @@
37
var uri = new Uri(NavigationManager.Uri);
38
return uri.GetLeftPart(UriPartial.Path);
39
}
40
-
41
src/LinkDotNet.Blog.Web/Pages/_Layout.cshtml
@@ -19,6 +19,8 @@
19
<meta name="theme-color" content="#ffffff" />
20
<meta name="color-scheme" content="dark light" />
21
<meta name="robots" content="max-image-preview:large" />
22
+ <link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
23
+ <link rel="preconnect" href="//cdnjs.cloudflare.com" />
24
<link rel="preload" href="css/fonts/icons.woff2" as="font" type="font/woff2" crossorigin />
25
<link rel="preload" href="css/fonts/icons.woff" as="font" type="font/woff" crossorigin />
26
<environment include="Development">
0 commit comments