Skip to content

Commit 91929b1

Browse files
committed
Use CDN for flag icons
1 parent 12c1b7f commit 91929b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/layouts/HomeLayout.astro

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ const { title } = Astro.props;
77
<meta charset="utf-8" />
88
<title>{title} | Django Girls Tutorial</title>
99
<link rel="stylesheet" href="/styles.css" />
10-
<link rel="stylesheet" href="node_modules/flag-icons/css/flag-icons.min.css">
10+
<link
11+
rel="stylesheet"
12+
href="https://cdn.jsdelivr.net/npm/flag-icons/css/flag-icons.min.css"
13+
/>
14+
15+
1116
</head>
1217
<body>
1318
<header>

0 commit comments

Comments
 (0)