File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import Default from "@astrojs/starlight/components/Head.astro";
44import { Schema } from " astro-seo-schema" ;
55import { Font } from " astro:assets" ;
66import TextSizeProvider from " ../components/TextSizeProvider.astro" ;
7+ import globalCssUrl from " ../styles/global.css?url" ;
78import { SUPPORTED_LANGUAGES } from " ~/config/18n" ;
89import { getImageUrl } from " ~/lib/og-image/getImageUrl" ;
910
@@ -96,7 +97,7 @@ const lastUpdatedDate = lastUpdated ? lastUpdated.toISOString() : new Date().toI
9697
9798<link rel =" preconnect" href =" https://api.testnet.staging.aptoslabs.com" />
9899<link rel =" dns-prefetch" href =" https://api.testnet.staging.aptoslabs.com" />
99- <link rel =" preload" href =" /src/styles/global.css " as =" style" />
100+ <link rel =" preload" href ={ globalCssUrl } as =" style" />
100101
101102<Schema
102103 item ={ {
You can’t perform that action at this time.
0 commit comments