From 3a408e686291ed342aaf9252ba12af968be6ddfe Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 5 Jul 2024 17:12:37 +0200 Subject: [PATCH] not; reverted last commit; Hello21 --- 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 374bf7c7..3516f1b0 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 /> - Hello20 + Hello21 </div> </div> <div className="row"> diff --git a/vite.config.js b/vite.config.js index a01e9ab7..549e6f26 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,7 +12,7 @@ export default () => { sourcemap: true, // Ensure source maps are enabled outDir: 'dist', // Vite defaults to `dist`, make sure it's set correctly }, */ - /* root: 'public', */ + root: 'public', build: { outDir: '../dist' } -- GitLab