We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9fed9 commit 1f4140bCopy full SHA for 1f4140b
docfx.json
@@ -45,18 +45,18 @@
45
"resource": [
46
{
47
"files": [
48
- "/images/favicon.png",
+ "images/favicon.png",
49
"**/images/**"
50
]
51
}
52
],
53
"output": "_site",
54
"globalMetadata": {
55
"_appLogoUrl": "https://github.com/MonoGo-Engine",
56
- "_appFaviconPath": "/images/favicon.png",
+ "_appFaviconPath": "images/favicon.png",
57
"_disableBreadcrumb": "true",
58
"_appFooter": "Copyright © 2024 BlizzCrafter",
59
- "_hostname": "https://monogo-engine.github.io/monogo.github.io/",
+ "_hostname": "monogo-engine.github.io/monogo.github.io",
60
"_openGraphImage": "images/social_embed_image.png",
61
"_description": "Cross-Platform .NET 8 C# 2D game engine build ontop of MonoGame.",
62
"_appTitle": "MonoGo"
0 commit comments