Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
knhnd committed Jun 28, 2024
1 parent 9465a7e commit fedeb6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const { title, description, image = '/social_img.webp', ogType = 'website' } = A
<!-- Global Metadata -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/public/favicon.svg" />
<meta name="generator" content={Astro.generator} />

<!-- Primary Meta Tags -->
Expand Down
2 changes: 1 addition & 1 deletion src/components/SideBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { sideBarActiveItemID } = Astro.props;
<a href="/">
<div class="avatar transition ease-in-out hover:scale-[102%] block m-auto">
<div class="w-[8.5rem]">
<Image class="mask mask-circle" format="webp" width={300} height={300} src="/profile.webp" alt="Profile image" />
<Image class="mask mask-circle" format="webp" width={300} height={300} src="/public/profile.webp" alt="Profile image" />
</div>
</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import HorizontalCard from "../components/HorizontalCard.astro";

<HorizontalCard
title="情報アクセス支援のための信憑性評価アーキテクチャの実装と応用"
img="/vision.webp"
img="/public/vision.webp"
desc="An Implementation and Application of Credibility Evaluation Architecture for Supporting Information Access"
url="#projects"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import HorizontalCard from "../components/HorizontalCard.astro";

<HorizontalCard
title="情報アクセス支援のための信憑性評価アーキテクチャの実装と応用"
img="/vision.webp"
img="/public/vision.webp"
desc="An Implementation and Application of a Credibility Evaluation Architecture for Supporting Information Access"
url="#"
badge="Digital Social Trust, Social Computing"
Expand Down

0 comments on commit fedeb6c

Please sign in to comment.