diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index 1f366cf..0382c70 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; }