diff --git a/DysonNetwork.Zone/Pages/Index.cshtml b/DysonNetwork.Zone/Pages/Index.cshtml index b3123cc..e21c7e2 100644 --- a/DysonNetwork.Zone/Pages/Index.cshtml +++ b/DysonNetwork.Zone/Pages/Index.cshtml @@ -8,12 +8,15 @@
Here are the Solar Network Pages
-And you're accessing the site @ViewData["SiteName"]
+And you're accessing the site @(Model.SiteName ?? "main")
The reason you're seeing this is the author of the site haven't configure anything that match this route.
+Path: @Model.CurrentPath Site ID: @(Model.Site?.Id.ToString() ?? "none")
+