15 lines
297 B
JavaScript
15 lines
297 B
JavaScript
|
export const metaData = {
|
||
|
baseUrl: "https://codey.lol/",
|
||
|
title: "CODEY STUFF",
|
||
|
name: "codey.lol",
|
||
|
owner: "codey",
|
||
|
ogImage: "/opengraph-image.png",
|
||
|
description:
|
||
|
"codey.lol",
|
||
|
};
|
||
|
|
||
|
export const api = "https://api.codey.lol";
|
||
|
export const API_URL = api;
|
||
|
export const socialLinks = {
|
||
|
};
|