Skip to content

Commit

Permalink
Docker fix (#282)
Browse files Browse the repository at this point in the history
* fix: copy docker file

* fix: images

* chore: linting

* chore: cleanup

* chore: linting
  • Loading branch information
EwoutV authored Apr 9, 2024
1 parent f5bc347 commit 776c880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/courses/CourseGeneralCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const { user } = storeToRefs(useAuthStore());
/* State */
const images = Object.keys(
import.meta.glob('@/assets/img/faculties/*', {
eager: true, query: 'url'
eager: true,
query: 'url',
}),
);
Expand Down

0 comments on commit 776c880

Please sign in to comment.