Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 7b5661b

Browse files
author
Cecil Phillip
authored
updated build folder
1 parent 98d764f commit 7b5661b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is a stand-alone module to add VueCli support to AspNet Core 2.2.0.
2424
// Need to register ISpaStaticFileProvider for UseSpaStaticFiles middleware to work
2525
services.AddSpaStaticFiles(configuration =>
2626
{
27-
configuration.RootPath = "ClientApp";
27+
configuration.RootPath = "ClientApp/dist";
2828
});
2929
}
3030

0 commit comments

Comments
 (0)