mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 15:29:11 +00:00
chore: rework metadata fields
This commit is contained in:
parent
3dea32828f
commit
4e870b76c9
2 changed files with 11 additions and 7 deletions
|
@ -1,7 +1,9 @@
|
|||
import { env } from "@/env.mjs";
|
||||
|
||||
export const siteConfig = {
|
||||
name: "hellob.art",
|
||||
description: "a simple portfolio made by bart van der braak.",
|
||||
url: "https://hellob.art",
|
||||
url: env.NEXT_PUBLIC_APP_URL || "https://hellob.art",
|
||||
ogImage: "https://hellob.art/og.jpg",
|
||||
links: {
|
||||
linkedIn: "https://linkedin.com/in/bartvdbraak",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue