From 2602a0a451a48a7035a6f6ad3a583969b61a25e7 Mon Sep 17 00:00:00 2001 From: ojii3 <84656786+OJII3@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:18:32 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat=20baseUrl=E3=82=92tsconfig=E3=81=AB?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/icons/hamburger.svg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 public/icons/hamburger.svg diff --git a/public/icons/hamburger.svg b/public/icons/hamburger.svg new file mode 100644 index 0000000..ea03e35 --- /dev/null +++ b/public/icons/hamburger.svg @@ -0,0 +1,22 @@ + + Menu + + + + From b91b531573fa3289c9898570d6d51823c376e21b Mon Sep 17 00:00:00 2001 From: ojii3 <84656786+OJII3@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:20:39 +0900 Subject: [PATCH 2/2] feat fix --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 91a7dfe..b517a99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "extends": "astro/tsconfigs/strict", "compilerOptions": { "strictNullChecks": true, + "baseUrl": ".", "paths": { "@/": ["./src/"] }