Skip to content

Commit

Permalink
fix css resource link (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderJames authored Nov 2, 2024
1 parent 6710442 commit de0c738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<base href="/" />
<link href="_content/AntDesign/css/ant-design-blazor.css" rel="stylesheet" />
<link href="_content/AntDesign.ProLayout/css/ant-design-pro-layout-blazor.css" rel="stylesheet" />
<link rel="stylesheet" href="AntDesign.Pro.Template.bundle.scp.css" />
<link rel="stylesheet" href="AntDesign.Pro.Template.styles.css" />
<link href="./css/site.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
<HeadOutlet @rendermode="InteractiveAuto" />
Expand Down

0 comments on commit de0c738

Please sign in to comment.