diff --git a/index.html b/index.html
index 26b0a01..22316a0 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
-
Vite + Vue
+ Portfolio
diff --git a/nginx.conf b/nginx.conf
index 2d14b2f..2ec0308 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -8,4 +8,9 @@ server {
location / {
try_files $uri /index.html =404;
}
+
+ # Ajouter le type MIME pour les fichiers JavaScript
+ types {
+ text/javascript js;
+ }
}
diff --git a/src/App.vue b/src/App.vue
index 21dc1b3..f3a3967 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -49,7 +49,6 @@ const experiences = [
important: false
},
];
-
const projects = [
{application: "MovieFinder", title: "J'ai créé l'application", image:"moviefinder-mockup.png"},
{application: "JustMusic", title: "J'ai co-créé l'application", image:"justmusic-mockup.png"},