Skip to content

Commit

Permalink
update the content path (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heathermcx authored Feb 27, 2024
1 parent ce49a3b commit 5d6906c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/Site/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<title>Site</title>
<base href="/" />
<link href="css/prism.css" rel="stylesheet" />
<link href="_content/Z.Blazor.Diagrams/style.min.css" rel="stylesheet" />
<link href="_content/Z.Blazor.Diagrams/default.styles.min.css" rel="stylesheet" />
<link href="_content/WTG.Z.Blazor.Diagrams/style.min.css" rel="stylesheet" />
<link href="_content/WTG.Z.Blazor.Diagrams/default.styles.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="Site.styles.css" rel="stylesheet" />
Expand Down Expand Up @@ -79,7 +79,7 @@
});
</script>
<script src="js/prism.js" data-manual></script>
<script src="_content/Z.Blazor.Diagrams/script.min.js"></script>
<script src="_content/WTG.Z.Blazor.Diagrams/script.min.js"></script>
<script>

</script>
Expand Down

0 comments on commit 5d6906c

Please sign in to comment.