From 5f6d712bbb53c76c249f12d726e08bef4c823054 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Tue, 17 Sep 2024 23:07:42 +0900 Subject: [PATCH] Fix the url of github icon --- docs/.vuepress/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index ca1b621..401ebc7 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -102,7 +102,7 @@ h3 { height: 1.4em; background: currentColor; margin-bottom: 0.2em; - mask: url('./github-mark.svg') no-repeat; + mask: url('/github-mark.svg') no-repeat; mask-size: 100% 100%; vertical-align: middle; }