feat: update base path, and add image processing utility scripts

This commit is contained in:
2026-07-10 11:58:52 -04:00
parent d355feb243
commit dc2fa3e681
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,12 +11,12 @@ export default function App() {
<Routes>
<Route
path="/employee"
path="/empleado-id/"
element={<IdCardGenerator />}
/>
<Route
path="/employee/:employeeNumber"
path="/empleado-id/:employeeNumber"
element={<EmployeeCard />}
/>