Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-carvalho committed Jul 9, 2024
1 parent a4b8aff commit bdf576a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/Experience.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { DateTime } from "luxon";

import Technology from "./Technology";

const Experience = (experience: {
position: string
company: string
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/resume/',
})

0 comments on commit bdf576a

Please sign in to comment.