Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25f0c570f1 | |||
| da23dc2815 |
@@ -1,4 +1,4 @@
|
||||

|
||||

|
||||
|
||||
## Introduction
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
<PackageId>ViteProxy</PackageId>
|
||||
<PackageProjectUrl>https://github.com/ceee/ViteProxy</PackageProjectUrl>
|
||||
<PackageIconUrl>https://raw.githubusercontent.com/ceee/ViteProxy/main/viteproxy.png</PackageIconUrl>
|
||||
<PackageIconUrl>https://raw.githubusercontent.com/ceee/ViteProxy/main/viteproxy-logo.png</PackageIconUrl>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
||||
|
||||
@@ -19,7 +19,6 @@ public static class ViteProxyApplicationBuilderExtensions
|
||||
return app;
|
||||
}
|
||||
|
||||
app.UseStaticFiles();
|
||||
app.UseStaticFiles(new StaticFileOptions
|
||||
{
|
||||
FileProvider = new PhysicalFileProvider(Path.Combine(env.ContentRootPath, workingDirectory))
|
||||
@@ -38,7 +37,6 @@ public static class ViteProxyApplicationBuilderExtensions
|
||||
return app;
|
||||
}
|
||||
|
||||
app.UseStaticFiles();
|
||||
app.UseStaticFiles(new StaticFileOptions
|
||||
{
|
||||
FileProvider = new PhysicalFileProvider(Path.Combine(env.ContentRootPath, path))
|
||||
|
||||
Reference in New Issue
Block a user