diff --git a/summer2024-frontend/.env b/summer2024-frontend/.env
new file mode 100644
index 0000000..5e01b0f
--- /dev/null
+++ b/summer2024-frontend/.env
@@ -0,0 +1 @@
+VITE_APP_VERSION=$npm_package_version
\ No newline at end of file
diff --git a/summer2024-frontend/src/App.vue b/summer2024-frontend/src/App.vue
index 8d10567..663d6ed 100644
--- a/summer2024-frontend/src/App.vue
+++ b/summer2024-frontend/src/App.vue
@@ -1,19 +1,33 @@
kektus
+ kektus
carnet de voyage été 2024
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/summer2024-frontend/src/config.js b/summer2024-frontend/src/config.js
index 7a73a12..de29f13 100644
--- a/summer2024-frontend/src/config.js
+++ b/summer2024-frontend/src/config.js
@@ -1,3 +1,3 @@
-export const API_BASE_URL = import.meta.env.VITE_API_BASEURL;
-export const S3_ENDPOINT = import.meta.env.VITE_S3_ENDPOINT;
-export const S3_BUCKET = import.meta.env.VITE_S3_BUCKET;
+export const API_BASE_URL = import.meta.env.VITE_API_BASEURL
+export const S3_ENDPOINT = import.meta.env.VITE_S3_ENDPOINT
+export const S3_BUCKET = import.meta.env.VITE_S3_BUCKET
diff --git a/summer2024-frontend/vite.config.js b/summer2024-frontend/vite.config.js
index 6e38a91..4754cfc 100644
--- a/summer2024-frontend/vite.config.js
+++ b/summer2024-frontend/vite.config.js
@@ -27,4 +27,4 @@ export default defineConfig({
esbuild: {
drop: []
}
-})
\ No newline at end of file
+})