Skip to content

Commit 5fb589e

Browse files
docs(common): fix outdated path
1 parent 3ad0b57 commit 5fb589e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_contentTemplates/common/js-interop-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
#end
7575

7676
#app-paths
77-
Add the following to your main index file. For a server-side Blazor app it is `~/Pages/Index.cshtml`, and for a client-side Blazor app, it is `wwwroot/index.html`.
77+
Add the following to your main index file. For a server-side Blazor app it is `~/Pages/_Host.cshtml`, and for a client-side Blazor app, it is `wwwroot/index.html`.
7878
#end
7979

0 commit comments

Comments
 (0)