File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
blazor-progress-rag-demo/Pages Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 <base href =" ~/" />
1212 <link rel =" stylesheet" href =" css/bootstrap/bootstrap.min.css" />
1313 <link href =" css/site.css" rel =" stylesheet" />
14- <link rel =" icon" type =" image/png " href =" favicon.png " />
14+ <link rel =" icon" type =" image/ico " href =" favicon.ico " />
1515
1616 <link rel =" stylesheet" href =" _content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" />
1717 <link rel =" stylesheet" href =" https://unpkg.com/@@progress/kendo-theme-utils/dist/all.css" />
1818 <script src =" _content/Telerik.UI.for.Blazor/js/telerik-blazor.js" defer ></script >
1919 <link rel =" stylesheet" href =" css/custom-theme.css" />
20- <component type =" typeof(HeadOutlet)" render-mode =" Server " />
20+ <component type =" typeof(HeadOutlet)" render-mode =" ServerPrerendered " />
2121</head >
2222<body >
23- <component type =" typeof(App)" render-mode =" Server " />
23+ <component type =" typeof(App)" render-mode =" ServerPrerendered " />
2424
2525 <div id =" blazor-error-ui" >
2626 <environment include =" Staging,Production" >
You can’t perform that action at this time.
0 commit comments