Skip to content

Commit

Permalink
pas de js mais du ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacati committed Oct 21, 2024
1 parent 15ae118 commit 86c117b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/categorie/allDays.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ import { categories } from 'libs/configurations';
</a>
</main>
</MainLayout>
<script src="/src/pages/js/category.js"></script>
<script src="/src/pages/js/category.js.ts"></script>
2 changes: 1 addition & 1 deletion src/pages/categorie/competition.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ import { categories } from 'libs/configCompetition';
</a>
</main>
</MainLayout>
<script src="/src/pages/js/category.js"></script>
<script src="/src/pages/js/category.js.ts"></script>
File renamed without changes.

0 comments on commit 86c117b

Please sign in to comment.