Skip to content

Commit

Permalink
fix: url
Browse files Browse the repository at this point in the history
  • Loading branch information
Humberto Yupanqui Apaza committed Sep 20, 2023
1 parent 3a01408 commit a24b171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const { title } = Astro.props;
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<link rel="stylesheet" href="src/assets/styles/styles.css" />
<link rel="stylesheet" href="src/assets/styles/fonts.css" />
<link rel="stylesheet" href="/src/assets/styles/fonts.css" />
<link rel="stylesheet" href="/src/assets/styles/styles.css" />
<title>{title} - Humberto Yupanqui Apaza</title>
<ViewTransitions />
<script src="/src/utils/darkMode.js"></script>
Expand Down

0 comments on commit a24b171

Please sign in to comment.