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 12c1b7f commit 91929b1Copy full SHA for 91929b1
src/layouts/HomeLayout.astro
@@ -7,7 +7,12 @@ const { title } = Astro.props;
7
<meta charset="utf-8" />
8
<title>{title} | Django Girls Tutorial</title>
9
<link rel="stylesheet" href="/styles.css" />
10
- <link rel="stylesheet" href="node_modules/flag-icons/css/flag-icons.min.css">
+ <link
11
+ rel="stylesheet"
12
+ href="https://cdn.jsdelivr.net/npm/flag-icons/css/flag-icons.min.css"
13
+ />
14
+
15
16
</head>
17
<body>
18
<header>
0 commit comments