Added img for Portfolio project

This commit is contained in:
HangerThem 2024-08-12 15:45:46 +02:00
parent 52af1cde2e
commit fc14384ba5
3 changed files with 3 additions and 3 deletions

View file

@ -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()

View file

@ -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: [],
},

View file

@ -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",