initial commit
This commit is contained in:
14
src/config.js
Normal file
14
src/config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
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 = {
|
||||
};
|
Reference in New Issue
Block a user