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 9c92cbe commit 8f370dbCopy full SHA for 8f370db
app/preload-resources.tsx
@@ -4,7 +4,7 @@ import ReactDOM from "react-dom";
4
5
export function PreloadResources() {
6
ReactDOM.preconnect("https://assets.dbplay.app");
7
- ReactDOM.preload("https://assets.dbplay.app/ibm-plex-sans-tc/css/ibm-plex-sans-tc-default.min.css", { as: "style" });
+ ReactDOM.preload("https://assets.dbplay.app/ibm-plex-sans-tc/css/ibm-plex-sans-tc-default-swap.min.css", { as: "style" });
8
9
return null;
10
}
0 commit comments