Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: :zap: 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!

+4 -1
+1 -1
src/components/Footer.astro
··· 35 35 height: 1em; 36 36 vertical-align: -0.125em; 37 37 } 38 - </style> 38 + </style>
+3
src/layouts/BaseLayout.astro
··· 17 17 <title>{pageTitle}</title> 18 18 <EmbedCode pageTitle={pageTitle} /> 19 19 20 + <link rel="preconnect" href="https://transring.neocities.org" /> 21 + <link rel="dns-prefetch" href="https://transring.neocities.org" /> 22 + 20 23 <link 21 24 rel="alternate" 22 25 type="application/rss+xml"