diff --git a/.gitignore b/.gitignore index 7c0b304..f9f28aa 100644 --- a/.gitignore +++ b/.gitignore @@ -705,3 +705,8 @@ FodyWeavers.xsd # Additional files built by Visual Studio # End of https://www.toptal.com/developers/gitignore/api/visualstudio,csharp,aspnetcore + + +# we generate these +wwwroot/css/index.css +wwwroot/css/index.min.css \ No newline at end of file diff --git a/JustShortIt.csproj b/JustShortIt.csproj index 4fc0ce1..fa7eccd 100644 --- a/JustShortIt.csproj +++ b/JustShortIt.csproj @@ -8,6 +8,14 @@ . + + + + + + + + diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 3305cd2..923c81a 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -5,7 +5,7 @@ @ViewData["Title"] - JustShortIt - +