Skip to content

Commit de0c738

Browse files
authored
fix css resource link (#201)
1 parent 6710442 commit de0c738

File tree

1 file changed

+1
-1
lines changed
  • .template.config/templates/webapp/src/AntDesign.Pro.Template/Components

1 file changed

+1
-1
lines changed

.template.config/templates/webapp/src/AntDesign.Pro.Template/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<base href="/" />
88
<link href="_content/AntDesign/css/ant-design-blazor.css" rel="stylesheet" />
99
<link href="_content/AntDesign.ProLayout/css/ant-design-pro-layout-blazor.css" rel="stylesheet" />
10-
<link rel="stylesheet" href="AntDesign.Pro.Template.bundle.scp.css" />
10+
<link rel="stylesheet" href="AntDesign.Pro.Template.styles.css" />
1111
<link href="./css/site.css" rel="stylesheet" />
1212
<link rel="icon" type="image/png" href="favicon.png" />
1313
<HeadOutlet @rendermode="InteractiveAuto" />

0 commit comments

Comments
 (0)