Skip to content

Commit

Permalink
removed home page redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed Oct 30, 2024
1 parent 7e8a8db commit 73c5971
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import { Md2htmlComponent } from './md2html/md2html.component';
import { SerializedToolComponent } from './serialized-tool/serialized-tool.component';

export const routes: Routes = [
{ path: '', redirectTo: "home", pathMatch: "full" },

{ path: 'home', title: "Home • CodeChef", component: HomeComponent },
{ path: '', title: "CodeChef", component: HomeComponent },
{ path: 'cs2ts', title: "C# to TS • CodeChef", component: Cs2tsComponent },
{ path: 'md2html', title: "MD to HTML • CodeChef", component: Md2htmlComponent },
{ path: 'serialized', title: "Serialized Tool • CodeChef", component: SerializedToolComponent },
Expand Down

0 comments on commit 73c5971

Please sign in to comment.