feat: add some static mdx pages

This commit is contained in:
Stefan Imhoff
2023-04-04 17:42:57 +02:00
parent bf67378660
commit 8f0e630cf7
6 changed files with 49 additions and 4 deletions

9
src/pages/now.mdx Normal file
View File

@@ -0,0 +1,9 @@
---
layout: ../layouts/PageLayout.astro
title: Now
---
import { mapping } from '../mdx-components.ts';
export const components = mapping;
Now Page