diff --git a/routes/userKnowledge.json b/public/userKnowledge.json similarity index 94% rename from routes/userKnowledge.json rename to public/userKnowledge.json index 0c5b981..c556c63 100644 --- a/routes/userKnowledge.json +++ b/public/userKnowledge.json @@ -7,7 +7,7 @@ "living_location": "Ljubljana, Slovenia", "web_link": "https://petrovv.com", "git_link": "https://git.petrovv.com", - "email": "nikolape7@gmail.com", + "email": "nikola@petrovv.com", "project": [ { "img": "/images/projects/Advent_Of_Code_Logo.jpg", @@ -65,6 +65,12 @@ } ], "experience": [ + { + "title": "Backend/Frontend", + "company": "RRC d.o.o", + "time": "01/09/2024 - CURRENT", + "des": "Backend in java with frontend in ext JS and jQuery" + }, { "title": "Developer", "company": "RRC d.o.o", diff --git a/routes/main.ts b/routes/main.ts index d173817..c403d8b 100644 --- a/routes/main.ts +++ b/routes/main.ts @@ -1,5 +1,5 @@ import express, { type Request, type Response } from "express"; -import userData from './userKnowledge.json'; +import userData from 'public/userKnowledge.json'; const router = express.Router(); diff --git a/tsconfig.json b/tsconfig.json index 3708ac9..437d3b8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,6 +28,7 @@ "noPropertyAccessFromIndexSignature": false, "types": [ "bun-types" - ] + ], + "baseUrl": "./" } } \ No newline at end of file