From fe197a4a5634c9cca2e33e76c8bcebcfdad9c20e Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Fri, 5 Jul 2024 17:24:55 +0200
Subject: [PATCH] not; backtodist; Hello23

---
 src/contents/Home.tsx | 2 +-
 vite.config.js        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx
index df3bb08e..6820040a 100644
--- a/src/contents/Home.tsx
+++ b/src/contents/Home.tsx
@@ -8,7 +8,7 @@ export function Home() {
         <div className="col">
           <h2>Wiki under construction!</h2>
           <hr />
-          Hello22
+          Hello23
         </div>
       </div>
       <div className="row">
diff --git a/vite.config.js b/vite.config.js
index 7db86729..92da222c 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -14,7 +14,7 @@ export default () => {
     }, */
     /* root: 'public', */
     build: {
-      outDir: "public"
+      outDir: "dist"
     }
   });
   
-- 
GitLab