diff --git a/components/Base/Card.vue b/components/Base/Card.vue
index 6abe1b0..4366f0f 100644
--- a/components/Base/Card.vue
+++ b/components/Base/Card.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/components/Base/Icon.vue b/components/Base/Icon.vue
index 76ed43d..b234547 100644
--- a/components/Base/Icon.vue
+++ b/components/Base/Icon.vue
@@ -27,23 +27,58 @@ const props = withDefaults(defineProps(), {
});
const filledIcons = [
- 'expand_more',
- 'expand_less',
- 'arrow_forward',
- 'arrow_back',
- 'security',
+ 'all_inclusive',
+ 'apartment',
+ 'api',
'api',
+ 'arrow_back',
+ 'arrow_forward',
+ 'autopay',
+ 'autostop',
'avg_pace',
- 'support',
+ 'cached',
'check',
- 'apartment',
- 'autopay',
- 'cloudy',
+ 'checklist',
+ 'checklist_rtl',
'close',
+ 'cloudy',
+ 'code',
+ 'compare_arrows',
'cruelty_free',
+ 'dynamic_feed',
+ 'electrical_services',
+ 'emoji_people',
+ 'expand_less',
+ 'expand_more',
+ 'full_stacked_bar_chart',
+ 'functions',
+ 'globe_uk',
+ 'home_app_logo',
'horizontal_rule',
+ 'image_search',
+ 'insights',
+ 'login',
'menu_rounded',
+ 'money_off',
+ 'monitoring',
+ 'online_prediction',
+ 'password',
+ 'post_add',
+ 'public',
+ 'published_with_changes',
+ 'query_stats',
+ 'repeat',
+ 'security',
+ 'sort_by_alpha',
+ 'sports_martial_arts',
+ 'support',
+ 'sync_alt',
+ 'timeline',
'translate',
+ 'trending_up',
+ 'update',
+ 'webhook',
+ 'work',
];
const iconName = computed(() => {
diff --git a/nuxt.config.ts b/nuxt.config.ts
index ebf9de6..cfa4306 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -72,6 +72,7 @@ export default defineNuxtConfig({
// Nuxt Image Configuration - https://image.nuxt.com/get-started/installation
image: {
provider: 'directus',
+ quality: 95,
directus: {
baseURL: `${process.env.DIRECTUS_URL}/assets/`,
},