Skip to content

Commit

Permalink
fix import issue 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Oct 14, 2024
1 parent 5196108 commit 0914bbd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ const { title } = Astro.props;
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<link rel="sitemap" href="/sitemap-index.xml" />
<!-- these below are required to use the google font used in the web banner -->
<!-- <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap" rel="stylesheet"> -->
<link
rel="preload"
href="/fonts/shadowsintolighttwo-regular-webfont.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
</head>
<body>
<main class="flex flex-col min-h-screen">
Expand Down

0 comments on commit 0914bbd

Please sign in to comment.