chore: update favicon
This commit is contained in:
@@ -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 !
|
|
||||||
---
|
|
||||||
@@ -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 !
|
|
||||||
---
|
|
||||||
@@ -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 !
|
|
||||||
---
|
|
||||||
@@ -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 !
|
|
||||||
---
|
|
||||||
@@ -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 !
|
|
||||||
---
|
|
||||||
@@ -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
9
public/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 206 KiB |
Reference in New Issue
Block a user