Skip to content

Commit 392de2a

Browse files
committed
Update
1 parent a47d509 commit 392de2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docfx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"output": "_site",
5454
"globalMetadata": {
5555
"_appLogoUrl": "https://github.com/MonoGo-Engine",
56-
"_appFaviconPath": "monogo-engine.github.io/monogo.github.io/images/favicon.png",
56+
"_appFaviconPath": "https://monogo-engine.github.io/monogo.github.io/images/favicon.png",
5757
"_disableBreadcrumb": "true",
5858
"_appFooter": "Copyright © 2024 BlizzCrafter",
5959
"_hostname": "monogo-engine.github.io/monogo.github.io",

Diff for: templates/monogo/public/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[data-bs-theme="light"] {
1717
--mg-orange-primary: var(--mg-orange-dark);
1818
--mg-orange-secondary: var(--mg-orange-light);
19-
--mg-logo: url('monogo-engine.github.io/monogo.github.io/images/logo_light.svg');
19+
--mg-logo: url('https://monogo-engine.github.io/monogo.github.io/images/logo_light.svg');
2020

2121
--bs-link-color-rgb: var(--mg-orange-dark-rgb);
2222
--bs-link-hover-color-rgb: var(--mg-orange-light-rgb);
@@ -25,7 +25,7 @@
2525
[data-bs-theme="dark"] {
2626
--mg-orange-primary: var(--mg-orange-light);
2727
--mg-orange-secondary: var(--mg-orange-dark);
28-
--mg-logo: url('monogo-engine.github.io/monogo.github.io/images/logo_dark.svg');
28+
--mg-logo: url('https://monogo-engine.github.io/monogo.github.io/images/logo_dark.svg');
2929

3030
--bs-link-color-rgb: var(--mg-orange-light-rgb);
3131
--bs-link-hover-color-rgb: var(--mg-orange-dark-rgb);

0 commit comments

Comments
 (0)