Skip to content

Commit

Permalink
perf: use fastly cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 7, 2024
1 parent eddacdd commit 2fc4686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ export default async function LocaleLayout({
<PublicEnvScript />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/lipis/[email protected]/css/flag-icons.min.css"
href="https://fastly.jsdelivr.net/gh/lipis/[email protected]/css/flag-icons.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/font-logos@1/assets/font-logos.css"
href="https://fastly.jsdelivr.net/npm/font-logos@1/assets/font-logos.css"
/>
</head>
<body
Expand Down

0 comments on commit 2fc4686

Please sign in to comment.