feat: ⚡ Setup preconnect and dns-prefetch for transing.neocities.org
This should improve the one outside request made a bit. overall this website should be super performant now!
This commit is contained in:
parent
8978fbbb81
commit
d262948599
2 changed files with 4 additions and 1 deletions
|
@ -17,6 +17,9 @@ const { pageTitle } = Astro.props;
|
||||||
<title>{pageTitle}</title>
|
<title>{pageTitle}</title>
|
||||||
<EmbedCode pageTitle={pageTitle} />
|
<EmbedCode pageTitle={pageTitle} />
|
||||||
|
|
||||||
|
<link rel="preconnect" href="https://transring.neocities.org" />
|
||||||
|
<link rel="dns-prefetch" href="https://transring.neocities.org" />
|
||||||
|
|
||||||
<link
|
<link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
type="application/rss+xml"
|
type="application/rss+xml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue