Skip to content

Commit

Permalink
fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
knhnd committed Jun 28, 2024
1 parent 1c8c27e commit 58b51da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This is my personal web page for research, work and some activities.

- URL: https://knhnd.github.io/mypage/

### Setup

Web フレームワーク [Astro](https://astro.build/) で実装.テーマのテンプレートに [Astrofy](https://astro.build/themes/details/astrofy-personal-porfolio-website-template/) を採用.
Expand Down
1 change: 0 additions & 1 deletion src/components/SideBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Image } from "astro:assets";
import profileImg from '../../public/profile.webp';
import SideBarMenu from "./SideBarMenu.astro";
const { sideBarActiveItemID } = Astro.props;
const basePath = import.meta.env.BASE_URL;
---

<div class="drawer-side z-40">
Expand Down

0 comments on commit 58b51da

Please sign in to comment.