Compare commits
No commits in common. "a1749ba64083f1a487983503d19775de912a8b1a" and "877e543cf84762663a2a72410cda8430cbe933ce" have entirely different histories.
a1749ba640
...
877e543cf8
@ -98,24 +98,7 @@ const en: Dictionary = {
|
|||||||
{ key: "github", name: "GitHub", hint: "For repositories, code samples, and project history" },
|
{ key: "github", name: "GitHub", hint: "For repositories, code samples, and project history" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
metadata: {
|
|
||||||
home: {
|
|
||||||
comingSoon: {
|
|
||||||
title: "Coming soon",
|
|
||||||
description: "A temporary landing page announcing the upcoming launch of the new personal website.",
|
|
||||||
},
|
|
||||||
full: {
|
|
||||||
title: "Home",
|
|
||||||
description: "A bilingual professional website presenting technical experience, web development services, and deployment readiness.",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
aboutTitle: "About",
|
|
||||||
aboutDescription: "Learn more about experience, skills, and the working principles behind building modern web products.",
|
|
||||||
contactTitle: "Contact",
|
|
||||||
contactDescription: "A contact page ready to surface email and professional profile links directly from configuration.",
|
|
||||||
notFoundTitle: "Page not found",
|
|
||||||
notFoundDescription: "The page you requested could not be found. You can return to the home page or switch languages.",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default en;
|
export default en;
|
||||||
|
|||||||
@ -12,6 +12,8 @@ services:
|
|||||||
container_name: ${CONTAINER_NAME:-diyaa}
|
container_name: ${CONTAINER_NAME:-diyaa}
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT:-30002}:3000"
|
- "${APP_PORT:-30002}:3000"
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: ${NODE_ENV:-production}
|
NODE_ENV: ${NODE_ENV:-production}
|
||||||
PORT: 3000
|
PORT: 3000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user