oxen-website/constants/metadata.tsx

22 lines
779 B
TypeScript
Raw Normal View History

2021-01-22 03:43:42 +01:00
const METADATA = {
OXEN_HOST_URL: 'https://oxen.io',
TITLE_SUFFIX: 'Oxen | Privacy made simple.',
SITE_META_DESCRIPTION:
'Oxen is built by the OPTF, a passionate team of advocates, creatives, and engineers building a world where the internet is open, software is free and accessible, and your privacy is protected. The OPTF also builds other platforms using Oxen technology, and supports other developers in building on Oxen.',
ROADMAP: {
2021-05-05 09:21:26 +02:00
DESCRIPTION: "View Oxen's plan for the future here.",
},
2021-05-03 08:09:27 +02:00
404: {
DESCRIPTION: "Oopsy, here's our 404 page.",
},
2021-05-04 05:44:01 +02:00
BLOG: {
DESCRIPTION: "View Oxen's Blog Updates Here",
URL: 'https://oxen.io/blog',
},
2021-05-10 09:03:34 +02:00
FAQ: {
2021-05-17 08:20:39 +02:00
DESCRIPTION: 'View Some Frequently Asked Questions here',
2021-05-10 09:03:34 +02:00
},
2021-01-22 03:43:42 +01:00
};
export default METADATA;