From 104372799f25e7ff7270b9208805317ea723f75d Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Tue, 23 Jul 2024 21:58:49 +0700 Subject: [PATCH] docs: update --- index.html | 25 ++++++++++++++----------- src/App.tsx | 2 +- vite.config.ts | 2 +- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 091182a..14055cc 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,16 @@ - - - - - Nhan's Resume - - -
- - - + + + + + + Nhan's Resume + + + +
+ + + + \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index 8b3bc6f..ab1fc26 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,7 +11,7 @@ export default function App() {

Tran Ngoc Nhan

-
+
Java Developer
diff --git a/vite.config.ts b/vite.config.ts index 7e403dc..75765e7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], - base: '/' + base: "/" })