services.AddSpaStaticFiles(configuration => { configuration.RootPath = "ClientApp/dist"; });