chore: update favicon

This commit is contained in:
2026-01-18 19:06:08 +01:00
parent e6e1000caa
commit ca9a86a1c7
8 changed files with 16 additions and 40 deletions

View File

@@ -1,8 +0,0 @@
---
order: 6
title: Mock Project 1
shortDescription: This is a mock project for testing the load more feature.
image: /images/projects/grenette.svg
popupImage: /images/projects/grenette-popup.svg
toggleText: See the board !
---

View File

@@ -1,8 +0,0 @@
---
order: 7
title: Mock Project 2
shortDescription: This is a mock project for testing the load more feature.
image: /images/projects/grenette.svg
popupImage: /images/projects/grenette-popup.svg
toggleText: See the board !
---

View File

@@ -1,8 +0,0 @@
---
order: 8
title: Mock Project 3
shortDescription: This is a mock project for testing the load more feature.
image: /images/projects/grenette.svg
popupImage: /images/projects/grenette-popup.svg
toggleText: See the board !
---

View File

@@ -1,8 +0,0 @@
---
order: 9
title: Mock Project 4
shortDescription: This is a mock project for testing the load more feature.
image: /images/projects/grenette.svg
popupImage: /images/projects/grenette-popup.svg
toggleText: See the board !
---

View File

@@ -1,8 +0,0 @@
---
order: 10
title: Mock Project 5
shortDescription: This is a mock project for testing the load more feature.
image: /images/projects/grenette.svg
popupImage: /images/projects/grenette-popup.svg
toggleText: See the board !
---

View File

@@ -2,6 +2,13 @@
export default defineNuxtConfig({ export default defineNuxtConfig({
compatibilityDate: '2025-07-15', compatibilityDate: '2025-07-15',
devtools: { enabled: true }, devtools: { enabled: true },
app: {
head: {
link: [
{ rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }
]
}
},
css: ['@unocss/reset/eric-meyer.css'], css: ['@unocss/reset/eric-meyer.css'],
content: { content: {
experimental: { experimental: {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

9
public/favicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 206 KiB