diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-05 12:30:13 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-05 12:30:13 -0500 |
| commit | 22b7c4ab915d08bb537b16280d6529d4c9e98245 (patch) | |
| tree | 31db6fcc4edd96245ed828d2c3ee5c6a87eb2f85 | |
| parent | ce59f19bc07eb73af133bfc2e8ee7e549d6d7566 (diff) | |
add robots.txt
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 531c2b7e4..68379cb87 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -248,6 +248,9 @@ <Content Include="dashboard-ui\mysyncsettings.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\robots.txt">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\actionsheet.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
