Skip to content

Commit

Permalink
Fix favicon and thumbnail path
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHauksson committed Oct 22, 2024
1 parent 5207828 commit 0d093ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: ../layouts/Layout.astro
title: Academic Project Page Template
description: Simple project page template for your research paper, built with Astro and Tailwind CSS
favicon: favicon.svg
thumbnail: screenshot.png
favicon: /favicon.svg
thumbnail: /screenshot.png
---

import Layout from "../layouts/Layout.astro";
Expand Down

0 comments on commit 0d093ae

Please sign in to comment.