18 lines
384 B
JavaScript
18 lines
384 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 = {
|
|
};
|
|
|
|
export const MAJOR_VERSION = "0.0"
|
|
export const RELEASE_FLAG = "Alpha";
|
|
let l = "21f"; |