oxen-website/constants/metadata.tsx

15 lines
605 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: {
DESCRIPTION: "View Oxen's plan for the futere here.",
},
2021-05-03 08:09:27 +02:00
404: {
DESCRIPTION: "Oopsy, here's our 404 page.",
},
2021-01-22 03:43:42 +01:00
};
export default METADATA;