feat: basically done

This commit is contained in:
Smigz 2024-06-23 20:10:00 -04:00
parent eb98bc2905
commit 1126391bcf
14 changed files with 250 additions and 30 deletions

View file

@ -4,4 +4,5 @@ import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "/odin-codeprojects/cv/",
});