Skip to content

Instantly share code, notes, and snippets.

@dileno
Last active September 13, 2019 20:45
Show Gist options
  • Save dileno/89bdd7031deae07021c61f2cfe1c5672 to your computer and use it in GitHub Desktop.
Save dileno/89bdd7031deae07021c61f2cfe1c5672 to your computer and use it in GitHub Desktop.
Startup.cs AddSpaStaticFiles
services.AddSpaStaticFiles(configuration =>
{
configuration.RootPath = "ClientApp/dist";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment