Skip to content

Commit 4614277

Browse files
docs(common): info on where static assets are
1 parent 85e57d8 commit 4614277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/what-you-need.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To have the Telerik Blazor components look and behave as expected in the browser
6565

6666
### Static Assets
6767

68-
You can add the JS Interop file as a static asset from our package, instead of using a CDN. [Static assets](https://github.com/aspnet/AspNetCore/issues/6349) (the `_content` folder) are automatically included in the solution by the Nuget package, so all that's needed is then to reference the asset:
68+
You can add the JS Interop file as a static asset from our package, instead of using a CDN. [Static assets](https://github.com/aspnet/AspNetCore/issues/6349) (the `_content` folder) are automatically included in the solution by the Nuget package, so all that's needed is then to reference the asset as shown below. The `_content` folder is expanded by the framework into the local nuget cache, and the project copies it from there.
6969

7070
**HTML**
7171

0 commit comments

Comments
 (0)