Files
my-links/config.ts
2023-11-30 14:02:59 +01:00

9 lines
232 B
TypeScript

const config = {
url: process.env.NEXT_PUBLIC_SITE_URL,
name: 'MyLinks',
description:
'MyLinks is a free and open source software, that lets you manage your bookmarks in an intuitive interface',
};
export default config;