mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-26 19:42:42 +00:00
feat: migrate backend to cosmiconfig
This commit is contained in:
15
backend/backend/config/f-u/about-pages/privacy.js
Normal file
15
backend/backend/config/f-u/about-pages/privacy.js
Normal file
@@ -0,0 +1,15 @@
|
||||
// @ts-check
|
||||
import {markdown} from '../../default/tools/markdown.js';
|
||||
|
||||
/** @type {import('@openstapps/core').SCAboutPage} */
|
||||
export const privacy = {
|
||||
title: 'Datenschutz',
|
||||
content: [await markdown('./privacy.md', import.meta.url)],
|
||||
translations: {
|
||||
en: {
|
||||
title: 'Privacy Policy',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default privacy;
|
||||
Reference in New Issue
Block a user