feat: Add dashboard for managing portfolio content (blog, experience, projects) and restructure public portfolio routes.
This commit is contained in:
@@ -44,8 +44,8 @@ async function main() {
|
||||
await prisma.experience.createMany({
|
||||
data: [
|
||||
{
|
||||
company: "Tech Corp Indonesia",
|
||||
role: "Senior Fullstack Engineer",
|
||||
company: "PT. Nata Solusi Nusantara",
|
||||
role: "Fullstack Engineer",
|
||||
startDate: new Date("2022-01-01"),
|
||||
current: true,
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user