Skip to content

Commit ce45321

Browse files
committed
docs: added privacy policy
1 parent d827809 commit ce45321

File tree

5 files changed

+164
-0
lines changed

5 files changed

+164
-0
lines changed

docs/astro/astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ export default defineConfig({
4848
},
4949
{label: 'FAQ', link: '/faq/'},
5050
{label: 'Feedback', link: '/feedback/'},
51+
{label: 'Privacy Policy', link: '/privacy-policy/'},
52+
{label: 'Imprint', link: '/imprint/'},
5153
],
5254
}),
5355
],

docs/astro/src/assets/print-im.png

73.8 KB
Loading
48.2 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Imprint
3+
description: Imprint
4+
tableOfContents: false
5+
---
6+
import { Image } from 'astro:assets';
7+
import img from '../../assets/print-im.png';
8+
9+
<Image src={img} width="250" alt="Imprint" />

0 commit comments

Comments
 (0)