Added img for Portfolio project
This commit is contained in:
parent
52af1cde2e
commit
fc14384ba5
3 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ export async function POST(req: NextRequest, res: NextResponse) {
|
|||
text: message,
|
||||
})
|
||||
|
||||
return successResponse("Email sent successfully")
|
||||
return successResponse({ message: "Email sent successfully" })
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
return internalServerErrorResponse()
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@ export const metadata: Metadata = {
|
|||
alternateLocale: ["cs_CZ"],
|
||||
countryName: "Czechia",
|
||||
emails: ["f.borisjuk@hangerthem.com"],
|
||||
images: ["https://hangerthem.com/hangerthem.png"],
|
||||
url: "https://hangerthem.com",
|
||||
determiner: "auto",
|
||||
ttl: 604800,
|
||||
audio: [],
|
||||
faxNumbers: [],
|
||||
images: [],
|
||||
phoneNumbers: [],
|
||||
videos: [],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ const projects: Project[] = [
|
|||
{
|
||||
title: "HangerThem Portfolio",
|
||||
description: "This very website and my personal portfolio.",
|
||||
// image: "/hangerthem.png",
|
||||
image: "/hangerthem.png",
|
||||
techStack: ["Next.js", "TypeScript", "Styled Components"],
|
||||
href: "https://hangerthem.com",
|
||||
source: "https://github.com/HangerThem/hangerthem.com",
|
||||
|
|
|
|||
Loading…
Reference in a new issue