Skip to content

Commit

Permalink
refactor: disable animations on article component
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Jul 21, 2024
1 parent cadd609 commit 14efc57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/website/src/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const appRoutes: Route[] = [
import('@valerymelou/blog/article').then(
(c) => c.BlogArticleComponent,
),
data: { animation: 'BlogHomePage' },
resolve: {
article: articleResolver,
},
Expand Down

0 comments on commit 14efc57

Please sign in to comment.